Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
248
static uint64 ShiftMix(uint64 val) {
249
return val ^ (val >> 47);
250
}
251
252
static uint64 HashLen16(uint64 u, uint64 v) {
253
return Hash128to64(uint128(u, v));
Callers
5
HashLen0to16
Function · 0.85
HashLen33to64
Function · 0.85
CityHash64
Function · 0.85
CityMurmur
Function · 0.85
CityHashCrc256Long
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected