HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
farmhash::farmhashmk Namespace Reference

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)
 

Function Documentation

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.