Home
last modified time | relevance | path

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

/third_party/musl/include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h45 #define htole16(x) (uint16_t)(x) macro
58 #define htole16(x) __bswap16(x) macro
/third_party/eudev/src/shared/
Dsparse-endian.h72 static inline le16_t htole16(uint16_t value) { return (le16_t __force) bswap_16_on_be(value); } in htole16() function