HDK
|
Functions | |
STATIC_INLINE uint32_t | Hash32Len13to24 (const char *s, size_t len, uint32_t seed=0) |
STATIC_INLINE uint32_t | Hash32Len0to4 (const char *s, size_t len, uint32_t seed=0) |
STATIC_INLINE uint32_t | Hash32Len5to12 (const char *s, size_t len, uint32_t seed=0) |
STATIC_INLINE uint32_t | Hash32 (const char *s, size_t len) |
STATIC_INLINE uint32_t | Hash32WithSeed (const char *s, size_t len, uint32_t seed) |
STATIC_INLINE uint32_t farmhash::farmhashmk::Hash32 | ( | const char * | s, |
size_t | len | ||
) |
Definition at line 1181 of file farmhash.h.
STATIC_INLINE uint32_t farmhash::farmhashmk::Hash32Len0to4 | ( | const char * | s, |
size_t | len, | ||
uint32_t | seed = 0 |
||
) |
Definition at line 1162 of file farmhash.h.
STATIC_INLINE uint32_t farmhash::farmhashmk::Hash32Len13to24 | ( | const char * | s, |
size_t | len, | ||
uint32_t | seed = 0 |
||
) |
Definition at line 1145 of file farmhash.h.
STATIC_INLINE uint32_t farmhash::farmhashmk::Hash32Len5to12 | ( | const char * | s, |
size_t | len, | ||
uint32_t | seed = 0 |
||
) |
Definition at line 1173 of file farmhash.h.
STATIC_INLINE uint32_t farmhash::farmhashmk::Hash32WithSeed | ( | const char * | s, |
size_t | len, | ||
uint32_t | seed | ||
) |
Definition at line 1239 of file farmhash.h.