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

/freebsd-11-stable/contrib/ofed/include/
H A Dbyteswap.h40 #define bswap_64 bswap64
H A Dbyteorder.h82 #define swab64 bswap64
/freebsd-11-stable/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-stable/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-stable/usr.sbin/makefs/ffs/
H A Dffs_bswap.c86 n->fs_swuid = bswap64(o->fs_swuid);
95 n->fs_sblockloc = bswap64(o->fs_sblockloc);
97 n->fs_time = bswap64(o->fs_time);
98 n->fs_size = bswap64(o->fs_size);
99 n->fs_dsize = bswap64(o->fs_dsize);
100 n->fs_csaddr = bswap64(o->fs_csaddr);
101 n->fs_pendingblocks = bswap64(o->fs_pendingblocks);
116 n->fs_maxfilesize = bswap64(o->fs_maxfilesize);
117 n->fs_qbmask = bswap64(o->fs_qbmask);
118 n->fs_qfmask = bswap64(
[all...]
H A Dufs_bswap.h77 return ((ns) ? bswap64(a) : (a));
/freebsd-11-stable/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-stable/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-stable/contrib/xz/src/common/
H A Dtuklib_integer.h66 # define bswap64(n) __builtin_bswap64(n) macro
78 # define bswap64(num) bswap_64(num) macro
95 # define bswap64(num) BSWAP_64(num) macro
133 #ifndef bswap64
134 # define bswap64(n) (uint64_t)( \ macro
164 # define conv64le(num) bswap64(num)
174 # define conv64be(num) bswap64(num)
/freebsd-11-stable/sys/crypto/skein/
H A Dskein_port.h81 #define Skein_Swap64(w64) bswap64(w64)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h86 #define swab64(x) bswap64(x)
/freebsd-11-stable/sys/dev/cxgbe/
H A Dosdep.h97 #define swab64(x) bswap64(x)
/freebsd-11-stable/usr.bin/script/
H A Dscript.c421 stamp.scr_len = bswap64(stamp.scr_len); \
422 stamp.scr_sec = bswap64(stamp.scr_sec); \
/freebsd-11-stable/contrib/libucl/src/
H A Dmum.h167 #define _mum_bswap64(x) bswap64 (x)
/freebsd-11-stable/lib/libefivar/
H A Duefi-dplib.h531 #define SwapBytes64(u64) bswap64(u64)
/freebsd-11-stable/sys/sparc64/pci/
H A Dsbbc.c177 bswap64(SBBC_READ_N(8, (offs)))
185 SBBC_WRITE_N(8, (offs), bswap64(val))
/freebsd-11-stable/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-stable/contrib/wpa/src/utils/
H A Dcommon.h33 #define bswap_64 bswap64
/freebsd-11-stable/share/man/man9/
H A DMakefile609 byteorder.9 bswap64.9 \
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure13575 i = bswap64(0);

Completed in 156 milliseconds