MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / bswap32

Function bswap32

src/mdebug.h:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16 #ifdef _MSC_VER
17 inline uint32_t bswap32(uint32_t val) {
18 return _byteswap_ulong(val);
19 }
20 inline uint16_t bswap16(uint16_t val) {
21 return _byteswap_ushort(val);
22 }

Callers 5

swapMethod · 0.85
swapFunction · 0.85
swapMethod · 0.85
swapMethod · 0.85
swapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected