Searched defs:Hash64WithSeeds (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libtextclassifier/native/utils/hash/ |
H A D | farmhash.h | 212 inline uint64_t Hash64WithSeeds(const Str& s, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds() function
|
H A D | farmhash.cc | 519 uint64_t Hash64WithSeeds(const char *s, size_t len, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds() function 1468 uint64_t Hash64WithSeeds(const char* s, size_t len, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds() function
|
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/hash/ |
H A D | farmhash.h | 210 inline uint64_t Hash64WithSeeds(const Str& s, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds() function
|
H A D | farmhash.cc | 517 uint64_t Hash64WithSeeds(const char *s, size_t len, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds() function 1466 uint64_t Hash64WithSeeds(const char* s, size_t len, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds() function
|