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

/freebsd-10.1-release/contrib/ofed/include/infiniband/
H A Dbyteswap.h40 #define bswap_64 bswap64
H A Dbyteorder.h82 #define swab64 bswap64
/freebsd-10.1-release/lib/libstand/
H A Dbswap.c11 static char *rcsid = "$NetBSD: bswap64.c,v 1.3 2009/03/16 05:59:21 cegger Exp $";
17 #undef bswap64 macro
20 u_int64_t bswap64(u_int64_t x);
32 bswap64(u_int64_t x) function
H A Dstand.h338 extern u_int64_t bswap64(u_int64_t x);
/freebsd-10.1-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-10.1-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-10.1-release/contrib/openbsm/compat/
H A Dendian.h83 bswap64(uint64_t int64) function
128 #define htobe64(x) bswap64((x))
135 #define be64toh(x) bswap64((x))
145 #define htole64(x) bswap64((x))
152 #define le64toh(x) bswap64((x))
/freebsd-10.1-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-10.1-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-10.1-release/sys/ofed/include/asm/
H A Dbyteorder.h85 #define swab64 bswap64
/freebsd-10.1-release/sys/dev/cxgbe/
H A Dosdep.h95 #define swab64(x) bswap64(x)
/freebsd-10.1-release/usr.bin/script/
H A Dscript.c415 stamp.scr_len = bswap64(stamp.scr_len); \
416 stamp.scr_sec = bswap64(stamp.scr_sec); \
/freebsd-10.1-release/contrib/wpa/src/utils/
H A Dcommon.h33 #define bswap_64 bswap64
/freebsd-10.1-release/sys/sparc64/pci/
H A Dsbbc.c177 bswap64(SBBC_READ_N(8, (offs)))
185 SBBC_WRITE_N(8, (offs), bswap64(val))
/freebsd-10.1-release/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c148 adreq->adr_seq = bswap64(adreq->adr_seq);
H A Dsender.c589 adrep->adrp_seq = bswap64(adrep->adrp_seq);
/freebsd-10.1-release/share/man/man9/
H A DMakefile539 byteorder.9 bswap64.9 \
/freebsd-10.1-release/contrib/openbsm/
H A Dconfigure13566 i = bswap64(0);

Completed in 316 milliseconds