Home
last modified time | relevance | path

Searched refs:bswap_64 (Results 1 – 12 of 12) sorted by last modified time

/dragonfly/contrib/file/src/
H A Dapprentice.c138 #define swap8(x) bswap_64(x)
H A Dcdf.c136 # define _cdf_tole8(x) bswap_64(x)
/dragonfly/include/
H A Dbyteswap.h37 #define bswap_64(x) __bswap64((x)) macro
/dragonfly/contrib/xz/src/common/
H A Dtuklib_integer.h78 # define bswap64(num) bswap_64(num)
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.h29 #define bswap_64 swap64 macro
33 #define bswap_64 bswap64 macro
185 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
186 #define host_to_be64(n) ((__force be64) bswap_64((n)))
196 #define le_to_host64(n) bswap_64(n)
197 #define host_to_le64(n) bswap_64(n)
/dragonfly/contrib/lvm2/dist/lib/mm/
H A Dxlate.h32 # define bswap_64(x) (((x) & 0x00000000000000ffULL) << 56 | \ macro
48 # define xlate64_be(x) bswap_64(x)
52 # define xlate64(x) bswap_64(x)
/dragonfly/contrib/lvm2/dist/include/
H A Dxlate.h32 # define bswap_64(x) (((x) & 0x00000000000000ffULL) << 56 | \ macro
48 # define xlate64_be(x) bswap_64(x)
52 # define xlate64(x) bswap_64(x)
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-endian.h32 # define htole64(x) bswap_64 ((x))
33 # define le64toh(x) bswap_64 ((x))
H A Dctf-open.c953 case 8: x = bswap_64 (x); break; \
H A Dswap.h53 bswap_64 (uint64_t v) in bswap_64() function
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp_swap.h67 bswap_64(uint64_t v) in bswap_64() function
85 #undef bswap_64
86 #define bswap_64 __builtin_bswap64 macro
198 { return bswap_64(v); }
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp_swap.h67 bswap_64(uint64_t v) in bswap_64() function
85 #undef bswap_64
86 #define bswap_64 __builtin_bswap64 macro
198 { return bswap_64(v); }