Home
last modified time | relevance | path

Searched defs:le32toh (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/device/soc/esp/esp32/components/newlib/platform_include/
Dendian.h87 #define le32toh(x) ((uint32_t)(x)) macro
101 #define le32toh(x) bswap32((x)) macro
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/os/
Dendian.h113 #define le32toh(x) os_bswap_32 (x) macro
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/utility/
Dutility.c119 uint32_t le32toh(const uint8_t *p_buf) in le32toh() function