Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ crc32
Function
crc32
ogsr_engine/xrCore/crc32.cpp:932–932 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
930
#endif // NO_LUT
931
932
u32 crc32(const void* P, u32 len) { return crc32_16bytes(P, len); }
Callers
4
dx10ConstantBuffer
Method · 0.85
dock
Method · 0.85
verify
Method · 0.85
dock
Method · 0.85
Calls
1
crc32_16bytes
Function · 0.85
Tested by
no test coverage detected