MCPcopy Create free account
hub / github.com/crownengine/crown / begin

Method begin

3rdparty/bx/src/hash.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128static_assert(BX_COUNTOF(s_crcTable) == HashCrc32::Count);
129
130void HashCrc32::begin(Enum _type)
131{
132 m_hash = UINT32_MAX;
133 m_table = s_crcTable[_type];
134}
135
136void HashCrc32::add(const void* _data, int32_t _len)
137{

Callers 10

operator()Method · 0.45
operator()Method · 0.45
sortMethod · 0.45
generateBoundaryFacesMethod · 0.45
vertex_layoutFunction · 0.45
createMethod · 0.45
renderMethod · 0.45
DebugLineMethod · 0.45
initMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected