Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ HashLen16
Function
HashLen16
extern/libcds/test/stress/framework/city.cpp:252–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
static uint64 HashLen16(uint64 u, uint64 v) {
253
return Hash128to64(uint128(u, v));
254
}
255
256
static uint64 HashLen16(uint64 u, uint64 v, uint64 mul) {
257
// Murmur-inspired hashing.
Callers
8
HashLen0to16
Function · 0.85
HashLen17to32
Function · 0.85
CityHash64
Function · 0.85
CityHash64WithSeeds
Function · 0.85
CityMurmur
Function · 0.85
CityHash128WithSeed
Function · 0.85
CityHashCrc256Long
Function · 0.85
CityHashCrc128WithSeed
Function · 0.85
Calls
1
Hash128to64
Function · 0.85
Tested by
no test coverage detected