Searched defs:htole32 (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/lib9p/
H A Dapple_endian.h21 # define htole32(x) OSSwapHostToLittleInt32(x) macro
/freebsd-13-stable/contrib/openbsm/compat/
H A Dendian.h129 #define htole32(x) ((uint32_t)(x)) macro
143 #define htole32(x) bswap32((x)) macro
/freebsd-13-stable/contrib/elftoolchain/common/
H A D_elftc.h377 #define htole32(x) OSSwapHostToLittleInt32(x) macro
/freebsd-13-stable/sys/sys/
H A Dendian.h74 #define htole32(x) ((uint32_t)(x)) macro
88 #define htole32(x) bswap32((x)) macro
/freebsd-13-stable/tools/build/cross-build/include/mac/sys/
H A Dendian.h63 #define htole32(x) ((uint32_t)(x)) macro
77 #define htole32(x) bswap32((x)) macro
/freebsd-13-stable/stand/kshim/
H A Dbsd_kernel.h543 #define htole32(x) ((uint32_t)(x)) macro

Completed in 76 milliseconds