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

/device/google/contexthub/firmware/external/freebsd/inc/sys/
H A Dendian.h58 #define le32toh(x) ((uint32_t)(x)) macro
72 #define le32toh(x) bswap32((x)) macro
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
H A Dendian.h79 #define le32toh(x) ((uint32_t)(x)) macro
93 #define le32toh(x) bswap32((x)) macro
/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dendian.h186 #define le32toh(x) htole32(x) macro
/device/google/contexthub/util/nanoapp_sign/
H A Dnanoapp_sign.c41 #define le32toh(x) ((uint32_t)(x)) macro
131 rsa->num[i] = le32toh(le32SigPack[i]);
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
H A Dif_mskreg.h2290 #define le32toh(x) (x) macro

Completed in 93 milliseconds