Searched refs:MurmurHash3 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | murmur3_hash.h | 17 // From his gitlab (https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp): 18 // - MurmurHash3 was written by Austin Appleby, and is placed in the public 59 return MurmurHash3(key, len, seed); in GetHash32WithSeedImpl() 91 static uint32_t MurmurHash3(const uint8_t *key, size_t len, uint32_t seed) in MurmurHash3() function in panda::final
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | murmur3_hash.h | 17 // From his gitlab (https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp): 18 // - MurmurHash3 was written by Austin Appleby, and is placed in the public 38 return MurmurHash3(key, len, seed); in GetHash32WithSeedImpl() 88 static uint32_t MurmurHash3(const uint8_t *key, size_t len, uint32_t seed) in MurmurHash3() function in ark::final
|
Completed in 1 milliseconds