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

Function ShiftMix

Sources/nCine/Base/HashFunctions.cpp:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 static std::uint64_t ShiftMix(std::uint64_t val)
282 {
283 return val ^ (val >> 47);
284 }
285
286 static std::uint64_t HashLen16(std::uint64_t u, std::uint64_t v, std::uint64_t mul)
287 {

Callers 3

HashLen0to16Function · 0.85
HashLen33to64Function · 0.85
CityHash64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected