Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
swap
Method · 0.85
swap
Function · 0.85
swap
Method · 0.85
swap
Method · 0.85
swap
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected