Home
last modified time | relevance | path

Searched refs:BIG_CONSTANT (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
DMurmurHash2.c25 #define BIG_CONSTANT(x) (x) macro
31 #define BIG_CONSTANT(x) (x##LLU) macro
/third_party/ninja/src/
Dbuild_log.cc59 #define BIG_CONSTANT(x) (x) macro
61 #define BIG_CONSTANT(x) (x##LLU) macro
66 const uint64_t m = BIG_CONSTANT(0xc6a4a7935bd1e995); in MurmurHash64A()
103 #undef BIG_CONSTANT