Home
last modified time | relevance | path

Searched refs:Hash64WithSeeds (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/util/hash/
Dfarmhash.h84 uint64_t Hash64WithSeeds(const char* s, size_t len,
212 inline uint64_t Hash64WithSeeds(const Str& s, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds() function
214 return Hash64WithSeeds(s.data(), s.length(), seed0, seed1); in Hash64WithSeeds()
Dfarmhash.cc516 uint64_t Hash64WithSeeds(const char *s, size_t len, uint64_t seed0, uint64_t seed1);
519 return Hash64WithSeeds(s, len, k2, seed); in Hash64WithSeed()
522 uint64_t Hash64WithSeeds(const char *s, size_t len, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds() function
1472 uint64_t Hash64WithSeeds(const char* s, size_t len, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds() function
1473 return DebugTweak(farmhashna::Hash64WithSeeds(s, len, seed0, seed1)); in Hash64WithSeeds()
5215 if (offset == -1) { int alive = 0; { uint64_t h = farmhashna::Hash64WithSeeds(data, len++, SEED0, S… in Test()
5216 { uint64_t h = farmhashna::Hash64WithSeeds(data + offset, len, SEED0, SEED1); Check(h >> 32); Check… in Test()
5250 { uint64_t h = farmhashna::Hash64WithSeeds(data + offset, len, SEED0, SEED1); cout << (h >> 32) << … in Dump()