Home
last modified time | relevance | path

Searched defs:le64toh (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/openbsm/compat/
H A Dendian.h137 #define le64toh(x) ((uint64_t)(x)) macro
151 #define le64toh(x) bswap64((x)) macro
/freebsd/sys/sys/
H A D_endian.h116 #define le64toh( global() macro
130 #define le64toh( global() macro
/freebsd/tools/build/cross-build/include/mac/sys/
H A Dendian.h69 #define le64toh(x) ((uint64_t)(x)) macro
83 #define le64toh(x) bswap64((x)) macro
/freebsd/crypto/openssh/
H A Ddefines.h673 # define le64toh(v) (openssh_swap64(v)) macro
683 # define le64toh(v) ((uint64_t)v) macro
/freebsd/stand/kshim/
H A Dbsd_kernel.h554 #define le64toh(x) ((uint64_t)(x)) macro