Home
last modified time | relevance | path

Searched defs:le32toh (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/lib9p/
H A Dapple_endian.h22 # define le32toh(x) OSSwapLittleToHostInt32(x) macro
/freebsd/contrib/openbsm/compat/
H A Dendian.h136 #define le32toh(x) ((uint32_t)(x)) macro
150 #define le32toh(x) bswap32((x)) macro
/freebsd/sys/sys/
H A D_endian.h115 #define le32toh( global() macro
129 #define le32toh( global() macro
/freebsd/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/crypto/openssh/
H A Ddefines.h670 # define le32toh(v) (openssh_swap32(v)) macro
680 # define le32toh(v) ((uint32_t)v) macro
/freebsd/stand/kshim/
H A Dbsd_kernel.h557 #define le32toh(x) ((uint32_t)(x)) macro