Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/external/freebsd/inc/sys/
Dendian.h58 #define le32toh(x) ((uint32_t)(x)) macro
72 #define le32toh(x) bswap32((x)) macro
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dendian.h186 #define le32toh(x) htole32(x) macro
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c41 #define le32toh(x) ((uint32_t)(x)) macro