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