MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xSER_init_tables

Function xSER_init_tables

src/SB/Core/x/xserializer.cpp:316–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316static void xSER_init_tables()
317{
318 for (S32 i = 0; i < 32; i++)
319 {
320 g_tbl_onbit[i] = 1 << i;
321 g_tbl_clear[i] = ~(1 << i);
322 }
323}
324
325static void xSER_init_buffers(S32 count, st_SERIAL_PERCID_SIZE* sizeinfo)
326{

Callers 1

xSerialStartupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected