Home
last modified time | relevance | path

Searched defs:betoh32 (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h69 #define betoh32(x) __bswap32(x) macro
76 #define betoh32(x) (uint32_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/third_party/musl/include/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro

Completed in 3 milliseconds