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)
MurmurHash2.cpp
25
#define
BIG_CONSTANT
(x) (x)
31
#define
BIG_CONSTANT
(x) (x##LLU)
98
const uint64_t m =
BIG_CONSTANT
(0xc6a4a7935bd1e995);