Home
last modified time | relevance | path

Searched defs:le16toh (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/include/
Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h46 #define le16toh(x) (uint16_t)(x) macro
59 #define le16toh(x) __bswap16(x) macro
/third_party/alsa-utils/aplay/
Daplay.c69 #define le16toh(x) __le16_to_cpu(x) macro