Searched refs:bswap64 (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/contrib/ofed/include/infiniband/
H A Dbyteswap.h40 #define bswap_64 bswap64
H A Dbyteorder.h82 #define swab64 bswap64
/freebsd-11.0-release/contrib/xz/src/liblzma/check/
H A Dcrc64_fast.c35 crc = bswap64(crc);
68 crc = bswap64(crc);
H A Dcrc64_tablegen.c46 crc64_table[s][b] = bswap64(crc64_table[s][b]);
/freebsd-11.0-release/contrib/netbsd-tests/include/machine/
H A Dt_bswap.c133 atf_tc_set_md_var(tc, "descr", "A naive test of bswap64(3), #1");
138 ATF_REQUIRE_EQ(bswap64(0x0000000000000000), 0x0000000000000000);
139 ATF_REQUIRE_EQ(bswap64(0xffffffff00000000), 0x00000000ffffffff);
140 ATF_REQUIRE_EQ(bswap64(0xffffffffffffffff), 0xffffffffffffffff);
141 ATF_REQUIRE_EQ(bswap64(0x123456789abcdeff), 0xffdebc9a78563412);
147 atf_tc_set_md_var(tc, "descr", "A naive test of bswap64(3), #2");
154 ATF_REQUIRE_EQ(bswap64(unconst64(0x0000000000000000)),
157 ATF_REQUIRE_EQ(bswap64(unconst64(0xffffffff00000000)),
160 ATF_REQUIRE_EQ(bswap64(unconst64(0xffffffffffffffff)),
163 ATF_REQUIRE_EQ(bswap64(unconst6
[all...]
/freebsd-11.0-release/usr.sbin/makefs/ffs/
H A Dffs_bswap.c83 n->fs_swuid = bswap64(o->fs_swuid);
92 n->fs_sblockloc = bswap64(o->fs_sblockloc);
94 n->fs_time = bswap64(o->fs_time);
95 n->fs_size = bswap64(o->fs_size);
96 n->fs_dsize = bswap64(o->fs_dsize);
97 n->fs_csaddr = bswap64(o->fs_csaddr);
98 n->fs_pendingblocks = bswap64(o->fs_pendingblocks);
113 n->fs_maxfilesize = bswap64(o->fs_maxfilesize);
114 n->fs_qbmask = bswap64(o->fs_qbmask);
115 n->fs_qfmask = bswap64(
[all...]
H A Dufs_bswap.h75 return ((ns) ? bswap64(a) : (a));
/freebsd-11.0-release/contrib/openbsm/compat/
H A Dendian.h82 bswap64(uint64_t int64) function
127 #define htobe64(x) bswap64((x))
134 #define be64toh(x) bswap64((x))
144 #define htole64(x) bswap64((x))
151 #define le64toh(x) bswap64((x))
/freebsd-11.0-release/sys/sys/
H A Dendian.h61 #define bswap64(x) __bswap64(x) macro
70 #define htobe64(x) bswap64((x))
77 #define be64toh(x) bswap64((x))
87 #define htole64(x) bswap64((x))
94 #define le64toh(x) bswap64((x))
/freebsd-11.0-release/contrib/xz/src/common/
H A Dtuklib_integer.h61 # define bswap64(num) bswap_64(num) macro
78 # define bswap64(num) BSWAP_64(num) macro
118 #ifndef bswap64
119 # define bswap64(num) \ macro
148 # define conv64le(num) bswap64(num)
158 # define conv64be(num) bswap64(num)
/freebsd-11.0-release/sys/crypto/skein/
H A Dskein_port.h81 #define Skein_Swap64(w64) bswap64(w64)
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h86 #define swab64(x) bswap64(x)
/freebsd-11.0-release/sys/dev/cxgbe/
H A Dosdep.h96 #define swab64(x) bswap64(x)
/freebsd-11.0-release/usr.bin/script/
H A Dscript.c421 stamp.scr_len = bswap64(stamp.scr_len); \
422 stamp.scr_sec = bswap64(stamp.scr_sec); \
/freebsd-11.0-release/contrib/libucl/src/
H A Dmum.h167 #define _mum_bswap64(x) bswap64 (x)
/freebsd-11.0-release/sys/sparc64/pci/
H A Dsbbc.c177 bswap64(SBBC_READ_N(8, (offs)))
185 SBBC_WRITE_N(8, (offs), bswap64(val))
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dcommon.h33 #define bswap_64 bswap64
/freebsd-11.0-release/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c146 adreq->adr_seq = bswap64(adreq->adr_seq);
H A Dsender.c587 adrep->adrp_seq = bswap64(adrep->adrp_seq);
/freebsd-11.0-release/share/man/man9/
H A DMakefile604 byteorder.9 bswap64.9 \
/freebsd-11.0-release/contrib/openbsm/
H A Dconfigure13575 i = bswap64(0);

Completed in 289 milliseconds