MCPcopy Create free account
hub / github.com/citusdata/postgresql-hll / getblock

Function getblock

src/MurmurHash3.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58// handle aligned reads, do the conversion here
59
60FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i )
61{
62 return p[i];
63}
64
65FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i )
66{

Callers 3

MurmurHash3_x86_32Function · 0.85
MurmurHash3_x86_128Function · 0.85
MurmurHash3_x64_128Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected