MCPcopy 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
10inline uint64_t bigswap(uint64_t x)
11{
12 return x;
13}
14
15inline uint32_t bigswap(uint32_t x)
16{

Callers 1

read_beMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected