HDK
|
Functions | |
STATIC_INLINE uint64_t | Hash64 (const char *s, size_t len) |
STATIC_INLINE uint64_t | Hash64WithSeed (const char *s, size_t len, uint64_t seed) |
STATIC_INLINE uint64_t | Hash64WithSeeds (const char *s, size_t len, uint64_t seed0, uint64_t seed1) |
STATIC_INLINE uint64_t farmhash::farmhashte::Hash64 | ( | const char * | s, |
size_t | len | ||
) |
Definition at line 877 of file farmhash.h.
STATIC_INLINE uint64_t farmhash::farmhashte::Hash64WithSeed | ( | const char * | s, |
size_t | len, | ||
uint64_t | seed | ||
) |
Definition at line 882 of file farmhash.h.
STATIC_INLINE uint64_t farmhash::farmhashte::Hash64WithSeeds | ( | const char * | s, |
size_t | len, | ||
uint64_t | seed0, | ||
uint64_t | seed1 | ||
) |
Definition at line 887 of file farmhash.h.