Home
last modified time | relevance | path

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

/external/angle/src/common/third_party/smhasher/src/
DPMurHash.h19 # define MH_UINT32 unsigned long macro
23 #if !defined(MH_UINT32) && (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L)
25 # define MH_UINT32 uint32_t macro
29 #if !defined(MH_UINT32)
32 # define MH_UINT32 unsigned short macro
34 # define MH_UINT32 unsigned int macro
36 # define MH_UINT32 unsigned long macro
40 #if !defined(MH_UINT32)
52 void PMurHash32_Process(MH_UINT32 *ph1, MH_UINT32 *pcarry, const void *key, int len);
53 MH_UINT32 PMurHash32_Result(MH_UINT32 h1, MH_UINT32 carry, MH_UINT32 total_length);
[all …]
DPMurHash.cpp57 #define uint32_t MH_UINT32