Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xUtilStartup
Function
xUtilStartup
src/SB/Core/x/xutil.cpp:13–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
static U32 g_crc32_table[256] = {};
12
13
S32 xUtilStartup()
14
{
15
if (!g_xutilinit++)
16
{
17
xUtil_crc_init();
18
}
19
20
return g_xutilinit;
21
}
22
23
S32 xUtilShutdown()
24
{
Callers
2
main
Function · 0.85
xSGStartup
Function · 0.85
Calls
1
xUtil_crc_init
Function · 0.70
Tested by
no test coverage detected