MCPcopy 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
932u32 crc32(const void* P, u32 len) { return crc32_16bytes(P, len); }

Callers 4

dx10ConstantBufferMethod · 0.85
dockMethod · 0.85
verifyMethod · 0.85
dockMethod · 0.85

Calls 1

crc32_16bytesFunction · 0.85

Tested by

no test coverage detected