OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CityHash128WithSeed
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/smhasher/src/
CityTest.cpp
14
*(uint128*)out =
CityHash128WithSeed
((const char*)key,len,s);
City.h
83
uint128
CityHash128WithSeed
(const char *s, size_t len, uint128 seed);
City.cpp
279
uint128
CityHash128WithSeed
(const char *s, size_t len, uint128 seed) {
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 30 milliseconds