Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ CityHash64WithSeed
Function
CityHash64WithSeed
Sources/nCine/Base/HashFunctions.cpp:425–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
}
424
425
std::uint64_t CityHash64WithSeed(const char* s, std::size_t len, std::uint64_t seed)
426
{
427
return CityHash64WithSeeds(s, len, k2, seed);
428
}
429
}
Callers
nothing calls this directly
Calls
1
CityHash64WithSeeds
Function · 0.85
Tested by
no test coverage detected