Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/openbsd-compat/
H A Dendian_win32.c35 htole64(uint64_t in) in htole64() function
H A Dopenbsd-compat.h26 #define htole64(x) OSSwapHostToLittleInt64((x)) macro
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dendian-macros.h25 #define htole64(x) __LLVM_LIBC_CAST(static_cast, uint64_t, x) macro
40 #define htole64(x) __builtin_bswap64((x)) macro
/freebsd/contrib/openbsm/compat/
H A Dendian.h130 #define htole64(x) ((uint64_t)(x)) macro
144 #define htole64(x) bswap64((x)) macro
/freebsd/sys/sys/
H A D_endian.h109 #define htole64( global() macro
123 #define htole64( global() macro
/freebsd/tools/build/cross-build/include/mac/sys/
H A Dendian.h62 #define htole64(x) ((uint64_t)(x)) macro
76 #define htole64(x) bswap64((x)) macro
/freebsd/crypto/openssh/
H A Ddefines.h689 # define htole64(v) (openssh_swap64(v)) macro
699 # define htole64(v) ((uint64_t)v) macro
/freebsd/stand/kshim/
H A Dbsd_kernel.h553 #define htole64(x) ((uint64_t)(x)) macro