Searched refs:bswap (Results 251 - 275 of 305) sorted by relevance

<<111213

/netbsd-current/sys/dev/ic/
H A Dspdmem.c44 #include <machine/bswap.h>
H A Dne2000.c69 #include <sys/bswap.h>
H A Dicp.c92 #include <sys/bswap.h>
/netbsd-current/sys/arch/atari/atari/
H A Dle_bus.c39 #include <sys/bswap.h>
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h516 bswap, member in class:BUILTIN
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dsha.d124 private alias nativeToBigEndian = bswap;
125 private alias bigEndianToNative = bswap;
/netbsd-current/sys/arch/mipsco/include/
H A Dbus.h671 ((bst->bs_bswap) ? __CONCAT(bswap,BITS)(val) : (val))
/netbsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c107 #include <machine/bswap.h>
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha1-x86_64.pl158 bswap $xi[0]
165 bswap $xi[1]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-x86_64.pl160 bswap $xi[0]
167 bswap $xi[1]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ccp.c2023 UNSIGNED).bswap ());
2026 UNSIGNED).bswap (),
H A Dfold-const-call.c1035 *result = wide_int::from (arg, precision, TYPE_SIGN (arg_type)).bswap ();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp47 case Intrinsic::bswap:
H A DConstantFolding.cpp1434 case Intrinsic::bswap:
1844 if (IntrinsicID == Intrinsic::bswap ||
2221 case Intrinsic::bswap:
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c2039 dmu_object_byteswap_t bswap = hdr->b_l1hdr.b_byteswap; local
2067 if (bswap != DMU_BSWAP_NUMFUNCS) {
2069 ASSERT3U(bswap, <, DMU_BSWAP_NUMFUNCS);
2070 dmu_ot_byteswap[bswap].ob_func(buf->b_data, HDR_GET_LSIZE(hdr));
/netbsd-current/sys/dev/pci/
H A Dcs4280.c68 #include <sys/bswap.h>
H A Dtwe.c83 #include <sys/bswap.h>
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbitmanip.d2867 import core.bitop : bswap, byteswap;
2873 return cast(T) bswap(cast(uint) val);
2875 return cast(T) bswap(cast(ulong) val);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp777 case Intrinsic::bswap: {
778 // If the only bits demanded come from one byte of the bswap result,
779 // just shift the input byte into position to eliminate the bswap.
H A DInstCombineCalls.cpp531 // ctpop(bswap(x)) -> ctpop(x)
1026 case Intrinsic::bswap: {
1030 // bswap(trunc(bswap(x))) -> trunc(lshr(x, c))
1122 // fshl i16 X, X, 8 --> bswap i16 X (reduce to more-specific form)
1125 Function *Bswap = Intrinsic::getDeclaration(Mod, Intrinsic::bswap, Ty);
/netbsd-current/sys/ufs/lfs/
H A Dlfs_accessors.h152 #include <sys/bswap.h>
/netbsd-current/sys/dev/rasops/
H A Drasops.c42 #include <sys/bswap.h>
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const-call.cc1034 *result = wide_int::from (arg, precision, TYPE_SIGN (arg_type)).bswap ();
/netbsd-current/external/bsd/file/dist/src/
H A Dcdf.c61 #include <sys/bswap.h>
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dtransfer.c998 /* Utility function for byteswapping an array, using the bswap
1160 unit_convert bswap = convert & ~(GFC_CONVERT_R16_IEEE | GFC_CONVERT_R16_IBM); local
1161 if (bswap == GFC_CONVERT_SWAP)

Completed in 523 milliseconds

<<111213