Searched defs:le32toh (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/lib9p/
H A Dapple_endian.h22 # define le32toh(x) OSSwapLittleToHostInt32(x) macro
/freebsd-current/contrib/openbsm/compat/
H A Dendian.h136 #define le32toh(x) ((uint32_t)(x)) macro
150 #define le32toh(x) bswap32((x)) macro
/freebsd-current/tools/build/cross-build/include/mac/sys/
H A Dendian.h68 #define le32toh(x) ((uint32_t)(x)) macro
82 #define le32toh(x) bswap32((x)) macro
/freebsd-current/sys/sys/
H A D_endian.h117 #define le32toh(x) ((uint32_t)(x)) macro
131 #define le32toh(x) __bswap32((x)) macro
/freebsd-current/stand/kshim/
H A Dbsd_kernel.h554 #define le32toh(x) ((uint32_t)(x)) macro

Completed in 191 milliseconds