Searched defs:CityHash128WithSeed (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/smhasher/src/
H A DCity.cpp279 uint128 CityHash128WithSeed(const char *s, size_t len, uint128 seed) { function
340 return CityHash128WithSeed(s + 16,
345 return CityHash128WithSeed(NULL,
350 return CityHash128WithSeed(s, len, uint128(k0, k1));
444 return CityHash128WithSeed(s, len, seed);

Completed in 47 milliseconds