MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / getblock

Function getblock

SampleFramework12/v1.00/MurmurHash.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34// handle aligned reads, do the conversion here
35
36FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i )
37{
38 return p[i];
39}
40
41FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i )
42{

Callers 1

GenerateHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected