Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
integers.h
Go to the documentation of this file.
1// Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
2// for details. All rights reserved. Use of this source code is governed by a
3// BSD-style license that can be found in the LICENSE file.
4
5#ifndef RUNTIME_LIB_INTEGERS_H_
6#define RUNTIME_LIB_INTEGERS_H_
7
8#include "platform/globals.h"
9
10namespace dart {
11
12uint32_t Multiply64Hash(int64_t value);
13
14} // namespace dart
15
16#endif // RUNTIME_LIB_INTEGERS_H_
uint32_t Multiply64Hash(int64_t ivalue)
Definition integers.cc:276