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

Function Fetch32

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

Source from the content-addressed store, hash-verified

97}
98
99static uint32 Fetch32(const char *p) {
100 return uint32_in_expected_order(UNALIGNED_LOAD32(p));
101}
102
103// Some primes between 2^63 and 2^64 for various uses.
104static const uint64 k0 = 0xc3a5c85c97cb3127ULL;

Callers 4

Hash32Len13to24Function · 0.85
Hash32Len5to12Function · 0.85
CityHash32Function · 0.85
HashLen0to16Function · 0.85

Calls 1

UNALIGNED_LOAD32Function · 0.85

Tested by

no test coverage detected