Home
last modified time | relevance | path

Searched refs:bswap_64 (Results 1 – 12 of 12) 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/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)