MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / CityHash64WithSeed

Function CityHash64WithSeed

extern/libcds/test/stress/framework/city.cpp:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387uint64 CityHash64WithSeed(const char *s, size_t len, uint64 seed) {
388 return CityHash64WithSeeds(s, len, k2, seed);
389}
390
391uint64 CityHash64WithSeeds(const char *s, size_t len,
392 uint64 seed0, uint64 seed1) {

Callers

nothing calls this directly

Calls 1

CityHash64WithSeedsFunction · 0.85

Tested by

no test coverage detected