MCPcopy Create free account
hub / github.com/beefytech/Beef / getblock32

Function getblock32

BeefySysLib/util/Hash.cpp:991–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989// handle aligned reads, do the conversion here
990
991FORCE_INLINE uint32_t getblock32(const uint32_t * p, int i)
992{
993 return p[i];
994}
995
996FORCE_INLINE uint64_t getblock64(const uint64_t * p, int i)
997{

Callers 2

MurmurHash3_x86_32Function · 0.85
MurmurHash3_x86_128Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected