![]() |
NeoPZ
|
#include <stdint.h>#include <string>Go to the source code of this file.
Functions | |
| void | MurmurHash3_x86_32 (const void *key, int len, uint32_t seed, void *out) |
| void | MurmurHash3_x86_128 (const void *key, int len, uint32_t seed, void *out) |
| void | MurmurHash3_x64_128 (const void *key, int len, uint32_t seed, void *out) |
| void MurmurHash3_x64_128 | ( | const void * | key, |
| int | len, | ||
| uint32_t | seed, | ||
| void * | out | ||
| ) |
Definition at line 290 of file MurmurHash3.cpp.
References BIG_CONSTANT, fmix64(), getblock64(), and ROTL64.
| void MurmurHash3_x86_128 | ( | const void * | key, |
| int | len, | ||
| uint32_t | seed, | ||
| void * | out | ||
| ) |
Definition at line 145 of file MurmurHash3.cpp.
References fmix32(), getblock32(), and ROTL32.
| void MurmurHash3_x86_32 | ( | const void * | key, |
| int | len, | ||
| uint32_t | seed, | ||
| void * | out | ||
| ) |
Definition at line 89 of file MurmurHash3.cpp.
References fmix32(), getblock32(), and ROTL32.
Referenced by Hash().
1.8.13