Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/openbsd-compat/
H A Dendian_win32.c21 htole32(uint32_t in) in htole32() function
H A Dopenbsd-compat.h25 #define htole32(x) OSSwapHostToLittleInt32((x)) macro
/freebsd/contrib/lib9p/
H A Dapple_endian.h21 # define htole32(x) OSSwapHostToLittleInt32(x) macro
/freebsd/contrib/openbsm/compat/
H A Dendian.h129 #define htole32(x) ((uint32_t)(x)) macro
143 #define htole32(x) bswap32((x)) macro
/freebsd/sys/sys/
H A D_endian.h108 #define htole32( global() macro
122 #define htole32( global() macro
/freebsd/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/contrib/elftoolchain/common/
H A D_elftc.h377 #define htole32(x) OSSwapHostToLittleInt32(x) macro
/freebsd/stand/kshim/
H A Dbsd_kernel.h556 #define htole32(x) ((uint32_t)(x)) macro