Home
last modified time | relevance | path

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

/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
/third_party/alsa-utils/aplay/
H A Daplay.c72 #define le16toh(x) __le16_to_cpu(x) macro

Completed in 10 milliseconds