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

Function ShiftMix

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

Source from the content-addressed store, hash-verified

246}
247
248static uint64 ShiftMix(uint64 val) {
249 return val ^ (val >> 47);
250}
251
252static uint64 HashLen16(uint64 u, uint64 v) {
253 return Hash128to64(uint128(u, v));

Callers 5

HashLen0to16Function · 0.85
HashLen33to64Function · 0.85
CityHash64Function · 0.85
CityMurmurFunction · 0.85
CityHashCrc256LongFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected