Searched defs:Hash64WithSeed (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libtextclassifier/native/utils/hash/ |
H A D | farmhash.h | 202 inline uint64_t Hash64WithSeed(const Str& s, uint64_t seed) { in Hash64WithSeed() function
|
H A D | farmhash.cc | 515 uint64_t Hash64WithSeed(const char *s, size_t len, uint64_t seed) { in Hash64WithSeed() function 1460 uint64_t Hash64WithSeed(const char* s, size_t len, uint64_t seed) { in Hash64WithSeed() function
|
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/hash/ |
H A D | farmhash.h | 200 inline uint64_t Hash64WithSeed(const Str& s, uint64_t seed) { in Hash64WithSeed() function
|
H A D | farmhash.cc | 513 uint64_t Hash64WithSeed(const char *s, size_t len, uint64_t seed) { in Hash64WithSeed() function 1458 uint64_t Hash64WithSeed(const char* s, size_t len, uint64_t seed) { in Hash64WithSeed() function
|