MCPcopy Create free account
hub / github.com/chen3feng/toft / CityHash64WithSeed

Function CityHash64WithSeed

hash/city.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24uint64_t CityHash64WithSeed(const void *buf, size_t len, uint64_t seed) {
25 return ::CityHash64WithSeed(static_cast<const char*>(buf), len, seed);
26}
27
28uint64_t CityHash64WithSeeds(const void *buf, size_t len,
29 uint64_t seed0, uint64_t seed1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected