MCPcopy 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
17static inline uint16_t EndianBigToLittle16(uint16_t val){
18 return __builtin_bswap16(val);
19}
20
21static inline uint32_t EndianBigToLittle32(uint32_t val){
22 return __builtin_bswap32(val);

Callers 1

BigEndianUInt16Class · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected