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

Function CityHash64WithSeeds

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

Source from the content-addressed store, hash-verified

389}
390
391uint64 CityHash64WithSeeds(const char *s, size_t len,
392 uint64 seed0, uint64 seed1) {
393 return HashLen16(CityHash64(s, len) - seed0, seed1);
394}
395
396// A subroutine for CityHash128(). Returns a decent 128-bit hash for strings
397// of any length representable in signed long. Based on City and Murmur.

Callers 1

CityHash64WithSeedFunction · 0.85

Calls 2

HashLen16Function · 0.85
CityHash64Function · 0.85

Tested by

no test coverage detected