KiCad PCB EDA Suite
|
#include <hash_128.h>
Go to the source code of this file.
Classes | |
class | MMH3_HASH |
A streaming C++ equivalent for MurmurHash3_x64_128. More... | |
Macros | |
#define | FORCE_INLINE inline __attribute__( ( always_inline ) ) |
#define | ROTL64(x, y) mmh3_rotl64( x, y ) |
#define | BIG_CONSTANT(x) ( x##LLU ) |
Functions | |
uint64_t | mmh3_rotl64 (uint64_t x, int8_t r) |
#define BIG_CONSTANT | ( | x | ) | ( x##LLU ) |
Definition at line 52 of file mmh3_hash.h.
#define FORCE_INLINE inline __attribute__( ( always_inline ) ) |
Definition at line 46 of file mmh3_hash.h.
#define ROTL64 | ( | x, | |
y | |||
) | mmh3_rotl64( x, y ) |
Definition at line 51 of file mmh3_hash.h.
|
inline |
Definition at line 47 of file mmh3_hash.h.