Home
last modified time | relevance | path

Searched refs:__bswap_16 (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_m/kal/libc/newlib/porting/include/
Dbyteswap.h37 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16() function
52 #define bswap_16(x) __bswap_16(x)
/kernel/linux/linux-5.10/tools/include/tools/
Dendian.h34 #define htole16(x) __bswap_16(x)
44 #define le16toh(x) __bswap_16(x)
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
Dplugin_cfg80211.c16 # define le16toh(x) __bswap_16 (x)