Home
last modified time | relevance | path

Searched defs:be32toh (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h38 #define be32toh(x) __bswap32(x) macro
51 #define be32toh(x) (uint32_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h38 #define be32toh(x) __bswap32(x) macro
51 #define be32toh(x) (uint32_t)(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h38 #define be32toh(x) __bswap32(x) macro
51 #define be32toh(x) (uint32_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h38 #define be32toh(x) __bswap32(x) macro
51 #define be32toh(x) (uint32_t)(x) macro
/third_party/musl/include/
Dendian.h38 #define be32toh(x) __bswap32(x) macro
51 #define be32toh(x) (uint32_t)(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h42 #define be32toh(x) __bswap32(x) macro
55 #define be32toh(x) (uint32_t)(x) macro
/third_party/alsa-utils/aplay/
Daplay.c72 #define be32toh(x) __be32_to_cpu(x) macro