Home
last modified time | relevance | path

Searched refs:bswap_64 (Results 1 – 17 of 17) sorted by relevance

/freebsd/tests/include/
H A Dbyteswap_test.c39 #ifndef bswap_64 in ATF_TC_BODY()
64 ATF_REQUIRE_MSG(0xf0debc9a78563412ull == bswap_64(ui64), in ATF_TC_BODY()
66 (unsigned long long)ui64, (unsigned long long)bswap_64(ui64)); in ATF_TC_BODY()
H A Dsys_endian_test.c35 #ifdef bswap_64 in ATF_TC_BODY()
H A Dendian_test.c35 #ifdef bswap_64 in ATF_TC_BODY()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_byteswap_osd.h64 #define cl_ntoh64(x) (uint64_t)bswap_64(x)
65 #define cl_hton64(x) (uint64_t)bswap_64(x)
/freebsd/contrib/wpa/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)
/freebsd/contrib/ofed/include/
H A Dbyteswap.h40 #define bswap_64 bswap64 macro
/freebsd/include/
H A Dbyteswap.h39 #define bswap_64(x) __bswap64(x) macro
/freebsd/contrib/ofed/libibmad/
H A Dmad.h1806 #define ntohll bswap_64
1809 #define htonll bswap_64
/freebsd/contrib/libpcap/
H A Dpcap-usb-linux.c87 #define htol64(ll) bswap_64(ll)
/freebsd/contrib/xz/src/common/
H A Dtuklib_integer.h83 # define byteswap64(num) bswap_64(num)
/freebsd/crypto/krb5/src/include/
H A Dk5-platform.h533 # define SWAP64 bswap_64
H A Dautoconf.h.in109 /* Define to 1 if bswap_64 is available via byteswap.h */
/freebsd/crypto/krb5/src/
H A Dconfigure.ac552 AC_MSG_CHECKING(for bswap_64)
560 [[bswap_64(37);]])],
564 AC_DEFINE(HAVE_BSWAP_64,1,[Define to 1 if bswap_64 is available via byteswap.h])
H A Dconfigure11752 bswap_64(37);
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c1836 sge.addr = bswap_64((uintptr_t) &rs->rbuf[rs->rbuf_free_offset]); in rs_send_credits()
2559 iom.offset = bswap_64(iomr->offset); in rs_send_iomaps()
2560 iom.sge.addr = bswap_64((uintptr_t) iomr->mr->addr); in rs_send_iomaps()
/freebsd/contrib/file/src/
H A Dcdf.c136 # define _cdf_tole8(x) bswap_64(x)
H A Dapprentice.c137 #define swap8(x) bswap_64(x)