Home
last modified time | relevance | path

Searched defs:le32toh (Results 1 - 8 of 8) sorted by relevance

/third_party/eudev/src/shared/
H A Dsparse-endian.h50 #undef le32toh macro
81 static inline uint32_t le32toh(le32_t value) { return bswap_32_on_be((uint32_t __force)value); } in le32toh() function
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h48 #define le32toh(x) (uint32_t)(x) macro
61 #define le32toh(x) __bswap32(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/include/
H A Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/alsa-utils/aplay/
H A Daplay.c74 #define le32toh(x) __le32_to_cpu(x) macro

Completed in 6 milliseconds