Home
last modified time | relevance | path

Searched refs:betoh32 (Results 1 – 6 of 6) sorted by relevance

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