Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ bigswap
Function
bigswap
libraries/classparser/src/javaendian.h:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
{
9
#ifdef MULTIMC_BIG_ENDIAN
10
inline uint64_t bigswap(uint64_t x)
11
{
12
return x;
13
}
14
15
inline uint32_t bigswap(uint32_t x)
16
{
Callers
1
read_be
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected