Home
last modified time | relevance | path

Searched defs:htole32 (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h43 #define htole32(x) (uint32_t)(x) macro
56 #define htole32(x) __bswap32(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h43 #define htole32(x) (uint32_t)(x) macro
56 #define htole32(x) __bswap32(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h43 #define htole32(x) (uint32_t)(x) macro
56 #define htole32(x) __bswap32(x) macro
/third_party/musl/include/
Dendian.h43 #define htole32(x) (uint32_t)(x) macro
56 #define htole32(x) __bswap32(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h47 #define htole32(x) (uint32_t)(x) macro
60 #define htole32(x) __bswap32(x) macro