Home
last modified time | relevance | path

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

/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/uniproton/kernel/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/liteos_m/kernel/include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/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