Home
last modified time | relevance | path

Searched refs:bswap32 (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/usr.sbin/makefs/ffs/
H A Dffs_bswap.c81 n32[i] = bswap32(o32[i]); in ffs_sb_swap()
144 n->di_gen = bswap32(o->di_gen); in ffs_dinode1_swap()
145 n->di_uid = bswap32(o->di_uid); in ffs_dinode1_swap()
146 n->di_gid = bswap32(o->di_gid); in ffs_dinode1_swap()
155 n->di_uid = bswap32(o->di_uid); in ffs_dinode2_swap()
156 n->di_gid = bswap32(o->di_gid); in ffs_dinode2_swap()
168 n->di_gen = bswap32(o->di_gen); in ffs_dinode2_swap()
188 nint[i] = bswap32(oint[i]); in ffs_csum_swap()
214 n->cg_cgx = bswap32(o->cg_cgx); in ffs_cg_swap()
262 n32[i] = bswap32(o32[i]); in ffs_cg_swap()
[all …]
H A Dufs_bswap.h63 return ((ns) ? bswap32(a) : (a)); in ufs_rw32()
/dragonfly/stand/lib/
H A Dbswap.c12 #undef bswap32
16 bswap32(u_int32_t x) in bswap32() function
29 t = bswap32(p[0]); in bswap64()
30 p[0] = bswap32(p[1]); in bswap64()
H A Dstand.h354 extern u_int32_t bswap32(u_int32_t);
/dragonfly/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c69 w = bswap32(w); in cd9660_731()
88 w = bswap32(w); in cd9660_732()
105 be = bswap32(dw); in cd9660_bothendian_dword()
109 le = bswap32(dw); in cd9660_bothendian_dword()
/dragonfly/contrib/xz/src/common/
H A Dtuklib_integer.h65 # define bswap32(n) __builtin_bswap32(n) macro
75 # define bswap32(num) bswap_32(num) macro
92 # define bswap32(num) BSWAP_32(num) macro
124 #ifndef bswap32
125 # define bswap32(n) (uint32_t)( \ macro
161 # define conv32le(num) bswap32(num)
171 # define conv32be(num) bswap32(num)
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.h519 *(d) = (isp->isp_bustype == ISP_BT_SBUS)? s : bswap32(s)
526 *((uint32_t *)s) : bswap32(*((uint32_t *)s))
531 #define ISP_IOXPUT_32(isp, s, d) *(d) = bswap32(s)
534 #define ISP_IOXGET_32(isp, s, d) d = bswap32(*((uint32_t *)s))
537 #define ISP_SWIZZLE_NVRAM_LONG(isp, rp) *rp = bswap32(*rp)
559 #define ISP_IOZPUT_32(isp, s, d) *(d) = bswap32(s)
563 #define ISP_IOZGET_32(isp, s, d) d = bswap32(*((uint32_t *)(s)))
568 #define ISP_SWAP32(isp, s) bswap32(s)
/dragonfly/contrib/xz/src/liblzma/check/
H A Dcrc32_fast.c32 crc = bswap32(crc); in lzma_crc32()
78 crc = bswap32(crc); in lzma_crc32()
/dragonfly/lib/libdmsg/
H A Dmsg.c738 ioq->hbytes = (bswap32(head->cmd) & DMSGF_SIZE) * in dmsg_ioq_read()
740 aux_size = bswap32(head->aux_bytes); in dmsg_ioq_read()
838 xcrc32 = bswap32(head->hdr_crc); in dmsg_ioq_read()
2746 head->salt = bswap32(head->salt);
2752 head->cmd = bswap32(head->cmd);
2753 head->aux_crc = bswap32(head->aux_crc);
2754 head->aux_bytes = bswap32(head->aux_bytes);
2755 head->error = bswap32(head->error);
2757 head->reserved38= bswap32(head->reserved38);
2758 head->hdr_crc = bswap32(head->hdr_crc);
H A Dcrypto.c615 handrx.flags = bswap32(handrx.flags); in dmsg_crypto_negotiate()
/dragonfly/usr.bin/script/
H A Dscript.c380 stamp.scr_usec = bswap32(stamp.scr_usec); \
381 stamp.scr_direction = bswap32(stamp.scr_direction); \
/dragonfly/sys/sys/
H A Dendian.h54 #define bswap32(x) __bswap32(x) macro
/dragonfly/sys/dev/crypto/safe/
H A Dsafe.c71 #ifndef bswap32
72 #define bswap32 NTOHL macro
1575 bswap32(re->re_sastate.sa_saved_indigest[0]); in safe_callback()
1577 bswap32(re->re_sastate.sa_saved_indigest[1]); in safe_callback()
1579 bswap32(re->re_sastate.sa_saved_indigest[2]); in safe_callback()
/dragonfly/sys/dev/crypto/padlock/
H A Dpadlock_hash.c105 *dst++ = bswap32(*src++); in padlock_output_block()
/dragonfly/sys/dev/video/cxm/
H A Dcxm.h43 #define bswap32(X) ntohl(X) macro
H A Dcxm.c1243 *ptr = bswap32(*ptr); in cxm_encoder_fixup_byte_order()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.h32 #define bswap_32 bswap32
/dragonfly/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c358 bswap32((uint32_t)(e))) in main()
/dragonfly/sys/opencrypto/
H A Drmd160.c170 x[i] = bswap32(*(const u_int32_t*)(block+i*4)); in RMD160Transform()
/dragonfly/share/man/man9/
H A DMakefile360 byteorder.9 bswap32.9 \
/dragonfly/contrib/file/src/
H A Dcdf.c139 # define _cdf_tole4(x) bswap32(x)
H A Dapprentice.c141 #define swap4(x) bswap32(x)
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbuiltins.def631 DEF_GCC_BUILTIN (BUILT_IN_BSWAP32, "bswap32", BT_FN_UINT32_UINT32, ATTR_CONST_NOTHROW_LEAF_L…
/dragonfly/sys/dev/netif/ral/
H A Drt2560.c928 desc->eiv = bswap32(desc->eiv); in rt2560_encryption_intr()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltins.def837 DEF_GCC_BUILTIN (BUILT_IN_BSWAP32, "bswap32", BT_FN_UINT32_UINT32, ATTR_CONST_NOTHROW_LEAF_L…

12