Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/external/freebsd/inc/sys/
Dendian.h51 #define htole32(x) ((uint32_t)(x)) macro
65 #define htole32(x) bswap32((x)) macro
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dendian.h154 #define htole32(x) bswap32((uint32_t)(x)) macro
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c39 #define htole32(x) ((uint32_t)(x)) macro