Home
last modified time | relevance | path

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

/third_party/musl/include/
Dendian.h68 #define letoh32(x) (uint32_t)(x) macro
75 #define letoh32(x) __bswap32(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h68 #define letoh32(x) (uint32_t)(x) macro
75 #define letoh32(x) __bswap32(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h68 #define letoh32(x) (uint32_t)(x) macro
75 #define letoh32(x) __bswap32(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h68 #define letoh32(x) (uint32_t)(x) macro
75 #define letoh32(x) __bswap32(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h68 #define letoh32(x) (uint32_t)(x) macro
75 #define letoh32(x) __bswap32(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h72 #define letoh32(x) (uint32_t)(x) macro
79 #define letoh32(x) __bswap32(x) macro