Searched defs:Hash32WithSeed (Results 1 – 2 of 2) sorted by relevance
/external/libtextclassifier/utils/hash/ |
D | farmhash.h | 182 inline uint32_t Hash32WithSeed(const Str& s, uint32_t seed) { in Hash32WithSeed() function
|
D | farmhash.cc | 627 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed() function 645 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed() function 868 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed() function 897 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed() function 1213 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed() function 1429 uint32_t Hash32WithSeed(const char* s, size_t len, uint32_t seed) { in Hash32WithSeed() function
|