MCPcopy 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
252static uint64 HashLen16(uint64 u, uint64 v) {
253 return Hash128to64(uint128(u, v));
254}
255
256static uint64 HashLen16(uint64 u, uint64 v, uint64 mul) {
257 // Murmur-inspired hashing.

Callers 8

HashLen0to16Function · 0.85
HashLen17to32Function · 0.85
CityHash64Function · 0.85
CityHash64WithSeedsFunction · 0.85
CityMurmurFunction · 0.85
CityHash128WithSeedFunction · 0.85
CityHashCrc256LongFunction · 0.85
CityHashCrc128WithSeedFunction · 0.85

Calls 1

Hash128to64Function · 0.85

Tested by

no test coverage detected