MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / CityHash64WithSeeds

Function CityHash64WithSeeds

Sources/nCine/Base/HashFunctions.cpp:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 std::uint64_t CityHash64WithSeeds(const char* s, std::size_t len, std::uint64_t seed0, uint64_t seed1)
421 {
422 return HashLen16(CityHash64(s, len) - seed0, seed1);
423 }
424
425 std::uint64_t CityHash64WithSeed(const char* s, std::size_t len, std::uint64_t seed)
426 {

Callers 1

CityHash64WithSeedFunction · 0.85

Calls 2

HashLen16Function · 0.85
CityHash64Function · 0.85

Tested by

no test coverage detected