OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BIG_CONSTANT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/smhasher/src/
Platform.h
30
#define
BIG_CONSTANT
(x) (x)
71
#define
BIG_CONSTANT
(x) (x##LLU)
MurmurHash3.cpp
26
#define
BIG_CONSTANT
(x) (x)
47
#define
BIG_CONSTANT
(x) (x##LLU)
84
k *=
BIG_CONSTANT
(0xff51afd7ed558ccd);
86
k *=
BIG_CONSTANT
(0xc4ceb9fe1a85ec53);
264
const uint64_t c1 =
BIG_CONSTANT
(0x87c37b91114253d5);
265
const uint64_t c2 =
BIG_CONSTANT
(0x4cf5ad432745937f);
MurmurHash2.cpp
25
#define
BIG_CONSTANT
(x) (x)
31
#define
BIG_CONSTANT
(x) (x##LLU)
98
const uint64_t m =
BIG_CONSTANT
(0xc6a4a7935bd1e995);
/external/chromium_org/third_party/angle/src/third_party/murmurhash/
MurmurHash3.cpp
26
#define
BIG_CONSTANT
(x) (x)
47
#define
BIG_CONSTANT
(x) (x##LLU)
84
k *=
BIG_CONSTANT
(0xff51afd7ed558ccd);
86
k *=
BIG_CONSTANT
(0xc4ceb9fe1a85ec53);
264
const uint64_t c1 =
BIG_CONSTANT
(0x87c37b91114253d5);
265
const uint64_t c2 =
BIG_CONSTANT
(0x4cf5ad432745937f);
Completed in 46 milliseconds