#include <stdint.h>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 315 of file MurmurHash3.cpp.
References BIG_CONSTANT, fmix(), getblock(), and ROTL64.

| void MurmurHash3_x86_128 | ( | const void * | key, | |
| int | len, | |||
| uint32_t | seed, | |||
| void * | out | |||
| ) |
Definition at line 154 of file MurmurHash3.cpp.
References fmix(), getblock(), and ROTL32.

| void MurmurHash3_x86_32 | ( | const void * | key, | |
| int | len, | |||
| uint32_t | seed, | |||
| void * | out | |||
| ) |
Definition at line 94 of file MurmurHash3.cpp.
References fmix(), getblock(), and ROTL32.

1.5.9