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

/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dendian_win32.c21 htole32(uint32_t in) function
H A Dopenbsd-compat.h25 #define htole32(x) OSSwapHostToLittleInt32((x)) macro
/freebsd-current/contrib/lib9p/
H A Dapple_endian.h21 # define htole32(x) OSSwapHostToLittleInt32(x) macro
/freebsd-current/contrib/openbsm/compat/
H A Dendian.h129 #define htole32(x) ((uint32_t)(x)) macro
143 #define htole32(x) bswap32((x)) macro
/freebsd-current/contrib/elftoolchain/common/
H A D_elftc.h377 #define htole32(x) OSSwapHostToLittleInt32(x) macro
/freebsd-current/tools/build/cross-build/include/mac/sys/
H A Dendian.h61 #define htole32(x) ((uint32_t)(x)) macro
75 #define htole32(x) bswap32((x)) macro
/freebsd-current/sys/sys/
H A D_endian.h110 #define htole32(x) ((uint32_t)(x)) macro
124 #define htole32(x) __bswap32((x)) macro
/freebsd-current/stand/kshim/
H A Dbsd_kernel.h553 #define htole32(x) ((uint32_t)(x)) macro

Completed in 78 milliseconds