Searched refs:bswap32 (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-10.1-release/usr.sbin/makefs/ffs/
H A Dffs_bswap.c81 n32[i] = bswap32(o32[i]);
84 n->fs_cgrotor = bswap32(o->fs_cgrotor); /* Unused */
85 n->fs_old_cpc = bswap32(o->fs_old_cpc);
91 n->fs_maxbsize = bswap32(o->fs_maxbsize);
99 n->fs_pendinginodes = bswap32(o->fs_pendinginodes);
105 n->fs_snapinum[i] = bswap32(o->fs_snapinum[i]);
106 n->fs_avgfilesize = bswap32(o->fs_avgfilesize);
107 n->fs_avgfpdir = bswap32(o->fs_avgfpdir);
109 n->fs_flags = bswap32(o->fs_flags);
110 n->fs_contigsumsize = bswap32(
[all...]
H A Dufs_bswap.h70 return ((ns) ? bswap32(a) : (a));
/freebsd-10.1-release/contrib/ofed/include/infiniband/
H A Dbyteswap.h39 #define bswap_32 bswap32
H A Dbyteorder.h81 #define swab32 bswap32
/freebsd-10.1-release/lib/libstand/
H A Dbswap.c10 static char *rcsid = "$NetBSD: bswap32.c,v 1.1 1997/10/09 15:42:33 bouyer Exp $";
16 #undef bswap32 macro
19 u_int32_t bswap32(u_int32_t x);
23 bswap32(u_int32_t x) function
53 th = bswap32((u_int32_t)(x & 0x00000000ffffffffULL));
54 tl = bswap32((u_int32_t)((x >> 32) & 0x00000000ffffffffULL));
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dbswap.c40 bswap32 (unsigned int val) function
/freebsd-10.1-release/contrib/openbsm/compat/
H A Dendian.h65 bswap32(uint32_t int32) function
127 #define htobe32(x) bswap32((x))
134 #define be32toh(x) bswap32((x))
144 #define htole32(x) bswap32((x))
151 #define le32toh(x) bswap32((x))
/freebsd-10.1-release/contrib/opie/libopie/
H A Dhash.c49 results[0] = bswap32(results[0]);
50 results[1] = bswap32(results[1]);
H A Dhashlen.c46 results[0] = bswap32(results[0]);
47 results[1] = bswap32(results[1]);
/freebsd-10.1-release/contrib/xz/src/liblzma/check/
H A Dcrc32_fast.c32 crc = bswap32(crc);
78 crc = bswap32(crc);
H A Dcrc32_tablegen.c47 crc32_table[s][b] = bswap32(crc32_table[s][b]);
H A Dsha256.c121 data[i] = bswap32(check->buffer.u32[i]);
/freebsd-10.1-release/sys/sys/
H A Dendian.h60 #define bswap32(x) __bswap32(x) macro
69 #define htobe32(x) bswap32((x))
76 #define be32toh(x) bswap32((x))
86 #define htole32(x) bswap32((x))
93 #define le32toh(x) bswap32((x))
/freebsd-10.1-release/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c68 w = bswap32(w);
87 w = bswap32(w);
104 be = bswap32(dw);
108 le = bswap32(dw);
/freebsd-10.1-release/contrib/xz/src/common/
H A Dtuklib_integer.h58 # define bswap32(num) bswap_32(num) macro
75 # define bswap32(num) BSWAP_32(num) macro
110 #ifndef bswap32
111 # define bswap32(num) \ macro
145 # define conv32le(num) bswap32(num)
155 # define conv32be(num) bswap32(num)
/freebsd-10.1-release/sys/ofed/include/asm/
H A Dbyteorder.h84 #define swab32 bswap32
/freebsd-10.1-release/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h87 #define getdle(buf,ofs) (bswap32(getdbe(buf,ofs)))
92 #define setdle(buf,ofs,val) getdbe(buf,ofs)=bswap32(val)
/freebsd-10.1-release/sys/dev/isp/
H A Disp_freebsd.h646 *(d) = (isp->isp_bustype == ISP_BT_SBUS)? s : bswap32(s)
653 *((uint32_t *)s) : bswap32(*((uint32_t *)s))
658 #define ISP_IOXPUT_32(isp, s, d) *(d) = bswap32(s)
661 #define ISP_IOXGET_32(isp, s, d) d = bswap32(*((uint32_t *)s))
664 #define ISP_SWIZZLE_NVRAM_LONG(isp, rp) *rp = bswap32(*rp)
686 #define ISP_IOZPUT_32(isp, s, d) *(d) = bswap32(s)
690 #define ISP_IOZGET_32(isp, s, d) d = bswap32(*((uint32_t *)(s)))
695 #define ISP_SWAP32(isp, s) bswap32(s)
/freebsd-10.1-release/sys/dev/cxgbe/
H A Dosdep.h94 #define swab32(x) bswap32(x)
/freebsd-10.1-release/sys/mips/nlm/
H A Dbus_space_rmi_pci.c423 return bswap32(value);
459 *addr = bswap32(*addr);
491 *(volatile u_int32_t *)(handle + offset) = bswap32(value);
528 (*(volatile u_int32_t *)(handle + offset)) = bswap32(*addr);
/freebsd-10.1-release/sys/mips/rmi/
H A Dbus_space_rmi_pci.c415 return bswap32((*(volatile u_int32_t *)(handle + offset)));
452 *addr = bswap32(*addr);
484 *(volatile u_int32_t *)(handle + offset) = bswap32(value);
521 (*(volatile u_int32_t *)(handle + offset)) = bswap32(*addr);
H A Dxlr_pci.c229 temp = bswap32(*p);
288 *p = bswap32(data);
/freebsd-10.1-release/sys/arm/at91/
H A Dat91_mci.c230 *dst++ = bswap32(*src++);
231 *dst++ = bswap32(*src++);
232 *dst++ = bswap32(*src++);
233 *dst++ = bswap32(*src++);
238 *dst++ = bswap32(*src++);
/freebsd-10.1-release/usr.bin/script/
H A Dscript.c417 stamp.scr_usec = bswap32(stamp.scr_usec); \
418 stamp.scr_direction = bswap32(stamp.scr_direction); \
/freebsd-10.1-release/sys/dev/cxgb/
H A Dcxgb_osdep.h233 #define swab32(x) bswap32(x)

Completed in 311 milliseconds

12