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

Functions

STATIC_INLINE uint64_t H (uint64_t x, uint64_t y, uint64_t mul, int r)
 
STATIC_INLINE uint64_t Hash64WithSeeds (const char *s, size_t len, uint64_t seed0, uint64_t seed1)
 
STATIC_INLINE uint64_t Hash64WithSeed (const char *s, size_t len, uint64_t seed)
 
STATIC_INLINE uint64_t Hash64 (const char *s, size_t len)
 

Function Documentation

STATIC_INLINE uint64_t farmhash::farmhashuo::H ( uint64_t  x,
uint64_t  y,
uint64_t  mul,
int  r 
)

Definition at line 701 of file farmhash.h.

STATIC_INLINE uint64_t farmhash::farmhashuo::Hash64 ( const char *  s,
size_t  len 
)

Definition at line 804 of file farmhash.h.

STATIC_INLINE uint64_t farmhash::farmhashuo::Hash64WithSeed ( const char *  s,
size_t  len,
uint64_t  seed 
)

Definition at line 799 of file farmhash.h.

STATIC_INLINE uint64_t farmhash::farmhashuo::Hash64WithSeeds ( const char *  s,
size_t  len,
uint64_t  seed0,
uint64_t  seed1 
)

Definition at line 708 of file farmhash.h.