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

  /external/chromium_org/third_party/smhasher/src/
CityTest.cpp 5 *(uint64*)out = CityHash64WithSeed((const char *)key,len,seed);
City.h 71 uint64 CityHash64WithSeed(const char *buf, size_t len, uint64 seed);
City.cpp 238 uint64 CityHash64WithSeed(const char *s, size_t len, uint64 seed) {
  /external/chromium_org/components/rappor/
bloom_filter.cc 31 CityHash64WithSeed(str.data(), str.size(), hash_seed_offset_ + i);

Completed in 51 milliseconds