Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dsparse-endian.h45 #undef be16toh macro
84 static inline uint16_t be16toh(be16_t value) { return bswap_16_on_le((uint16_t __force)value); } in be16toh() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h40 #define be16toh(x) __bswap16(x) macro
53 #define be16toh(x) (uint16_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h36 #define be16toh(x) __bswap16(x) macro
49 #define be16toh(x) (uint16_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h36 #define be16toh(x) __bswap16(x) macro
49 #define be16toh(x) (uint16_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h36 #define be16toh(x) __bswap16(x) macro
49 #define be16toh(x) (uint16_t)(x) macro
/third_party/musl/include/
H A Dendian.h36 #define be16toh(x) __bswap16(x) macro
49 #define be16toh(x) (uint16_t)(x) macro
/third_party/alsa-utils/aplay/
H A Daplay.c73 #define be16toh(x) __be16_to_cpu(x) macro

Completed in 6 milliseconds