Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ EndianBigToLittle16
Function
EndianBigToLittle16
Kernel/include/endian.h:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
static inline uint16_t EndianBigToLittle16(uint16_t val){
18
return __builtin_bswap16(val);
19
}
20
21
static inline uint32_t EndianBigToLittle32(uint32_t val){
22
return __builtin_bswap32(val);
Callers
1
BigEndianUInt16
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected