Home
last modified time | relevance | path

Searched defs:le16toh (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
H A Dplugin_cfg80211.c14 # define le16toh(x) (x) macro
16 # define le16toh(x) __bswap_16 (x) macro
/kernel/linux/linux-5.10/tools/include/tools/
H A Dendian.h20 #define le16toh(x) (x) macro
44 #define le16toh(x) __bswap_16(x) macro
/kernel/linux/linux-6.6/tools/include/tools/
H A Dendian.h20 #define le16toh(x) (x) macro
44 #define le16toh(x) __bswap_16(x) macro
/third_party/eudev/src/shared/
H A Dsparse-endian.h46 #undef le16toh macro
80 static inline uint16_t le16toh(le16_t value) { return bswap_16_on_be((uint16_t __force)value); } in le16toh() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h46 #define le16toh(x) (uint16_t)(x) macro
59 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/include/
H A Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/kernel/linux/linux-5.10/arch/mips/tools/
H A Dloongson3-llsc-check.c20 # define le16toh(x) (x) macro
24 # define le16toh(x) bswap_16(x) macro
/kernel/linux/linux-6.6/arch/mips/tools/
H A Dloongson3-llsc-check.c20 # define le16toh(x) (x) macro
24 # define le16toh(x) bswap_16(x) macro
/third_party/alsa-utils/aplay/
H A Daplay.c72 #define le16toh(x) __le16_to_cpu(x) macro

Completed in 8 milliseconds