HomeSort by relevance Sort by last modified time
    Searched refs:Hash64WithSeed (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/util/hash/
farmhash.h 78 uint64_t Hash64WithSeed(const char* s, size_t len, uint64_t seed);
202 inline uint64_t Hash64WithSeed(const Str& s, uint64_t seed) {
204 return Hash64WithSeed(s.data(), s.length(), seed);
farmhash.cc 515 uint64_t Hash64WithSeed(const char *s, size_t len, uint64_t seed) {
883 static_cast<uint32_t>(farmhashna::Hash64WithSeed(s, len, seed)) :
    [all...]

Completed in 53 milliseconds