Searched refs:bit (Results 1 - 25 of 476) sorted by path

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c58 int bit, i; local
67 * We are going iterate through, flipping one bit and attempting
70 for (bit = 0; bit < len * 8; bit++) {
71 saved = buf[bit / 8];
72 buf[bit / 8] ^= (1 << (bit % 8));
74 if ((bit % 100) == 0)
75 printf("%d\n", bit);
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh52 * record its data just a little bit before the other cpus.
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c199 "variable to an unsigned 32-bit integer value\n");
4776 int bit = flagbits[(uchar_t)flagstr[i]]; local
4778 if (bit == 0) {
4783 flags |= bit;
4786 if ((bit & (ZDB_FLAG_CHECKSUM |
4791 if (bit == ZDB_FLAG_PRINT_BLKPTR)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_regset.c110 ulong_t bit, bx; local
113 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) {
114 if ((word & bit) == 0) {
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex187 ap-pen-dix bit-map bit-maps
1347 % TODO this right, we have to translate 8-bit characters to
5001 % A bit of stretch before each entry for the benefit of balancing
5253 \vskip.3\vsize % move it down on the page a bit
6576 % indent a bit.
7287 % Non-ASCII encodings make 8-bit characters active, so un-activate
8137 {% The node name might contain 8-bit characters, which in our current
/freebsd-11-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc38 * Not highly random but every bit helps....
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h71 bit target if the host is 64 bit, or if other 64 bit targets have
72 been selected with --enable-targets, or if --enable-64-bit-bfd. */
120 #error No 64 bit integer type available
168 /* Fall back on a 32 bit type. The idea is to make these types always
H A Dbfd-in2.h78 bit target if the host is 64 bit, or if other 64 bit targets have
79 been selected with --enable-targets, or if --enable-64-bit-bfd. */
127 #error No 64 bit integer type available
175 /* Fall back on a 32 bit type. The idea is to make these types always
1436 100th octet (8-bit quantity) in the output section, this value
1800 /* The difference between v8plus and v9 is that v9 is a true 64 bit env. */
1814 /* Nonzero if MACH is a 64 bit sparc architecture. */
2186 number one bit large
[all...]
H A Dconfigure1011 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
4950 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5023 *-32|*"-32 ") libmagic=32-bit;;
5025 *-64|*"-64 ") libmagic=64-bit;;
5045 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5081 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
5089 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5093 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5737 *32-bit*)
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure4781 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4854 *-32|*"-32 ") libmagic=32-bit;;
4856 *-64|*"-64 ") libmagic=64-bit;;
4876 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4912 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
4920 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4924 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5568 *32-bit*)
5574 *64-bit*)
5580 *32-bit*)
[all...]
H A Dreadelf.c71 /* Define BFD64 here, even if our default architecture is 32 bit ELF
72 as this will allow us to read in and parse 64bit and 32bit ELF files.
73 Only do this if we believe that the compiler can support a 64 bit
305 /* This is just a bit of syntatic sugar. */
924 We know that if we do not have a 64 bit data type that we
929 /* In little-endian objects, r_info isn't really a 64-bit
930 little-endian value: it has a 32-bit little-endian
1754 case EM_ST9PLUS: return "STMicroelectronics ST9+ 8/16 bit microcontroller";
1755 case EM_ST7: return "STMicroelectronics ST7 8-bit microcontrolle
5633 long int bit; member in struct:__anon284
8693 int bit; member in struct:__anon286
[all...]
H A Dsrconv.c229 int bit = *idx % 8; local
236 old &= ~((~0 >> (8 - bit - size)) & ((1 << size) - 1));
238 old |= (val & ((1 << size) - 1)) << (8 - bit - size);
H A Dsysdump.c196 int bit = *idx % 8; local
203 return (ptr[byte] >> (8 - bit - size)) & ((1 << size) - 1);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c342 /* MFI bundle of nops with stop-bit. */
610 /* 41-bit nop opcodes (one per unit): */
641 unsigned specific:1, /* is this a specific bit/regno? */
643 int index; /* specific regno/bit within dependency */
2029 /* Clear least significant set bit. */
2035 /* Retain only least significant bit. */
2055 /* Clear least significant set bit. */
2061 /* Retain only least significant bit. */
2070 /* Clear least significant set bit. */
2076 /* Retain only least significant bit
9688 valueT bit = ((valueT) 1 << regdeps[i].qp_regno); local
9829 valueT bit; local
[all...]
H A Dtc-mep.c578 1. The instruction is a 32 bit core or coprocessor insn and
596 as_fatal ("Cannot use 48- or 64-bit insns with a 32 bit datapath.");
607 /* At this point we know that we have a single 16-bit insn that has
617 saved insns arrary and insert a 16 bit core nope into the
647 /* Use 32 bit branches and skip the nop. */
653 /* Insert a 16-bit coprocessor nop. Note that at the time */
654 /* this was done, no 16-bit coprocessor nop was defined. */
715 1. The instruction is a 64 bit coprocessor insn and can be
734 in case 64 bit coprocesso
1281 int addend, rn, bit = 0; local
[all...]
H A Dtc-mips.c151 /* The 16-bit extension instruction to use when USE_EXTEND is true. */
154 /* The 16-bit or 32-bit bitstring of the instruction itself. This is
244 to 32 bit. This is initially determined when -mgp32 or -mfp32
335 /* True when generating 32-bit code for a 64-bit processor. */
338 /* True if the given ABI requires 32-bit registers. */
341 /* Likewise 64-bit registers. */
347 /* Return true if ISA supports 64 bit wide gp registers. */
355 /* Return true if ISA supports 64 bit wid
4038 int shift, bit; local
4108 hi >>= bit; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure4043 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4116 *-32|*"-32 ") libmagic=32-bit;;
4118 *-64|*"-64 ") libmagic=64-bit;;
4138 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4174 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
4182 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4186 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4830 *32-bit*)
4836 *64-bit*)
4842 *32-bit*)
[all...]
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h91 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit))
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure1012 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
4044 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4117 *-32|*"-32 ") libmagic=32-bit;;
4119 *-64|*"-64 ") libmagic=64-bit;;
4139 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4175 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
4183 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4187 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4831 *32-bit*)
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dffs.c1 /* ffs -- Find the first bit set in the parameter
5 Find the first (least significant) bit set in @var{valu}. Bits are
6 numbered from right to left, starting with bit 1 (corresponding to the
16 register int bit; local
21 for (bit = 1; !(valu & 1); bit++)
24 return bit;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dconfigure4211 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4284 *-32|*"-32 ") libmagic=32-bit;;
4286 *-64|*"-64 ") libmagic=64-bit;;
4306 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4342 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
4350 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4354 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4998 *32-bit*)
5004 *64-bit*)
5010 *32-bit*)
[all...]
H A Dia64-gen.c59 for a 32-bit target and --enable-targets=all is used. This will work for
60 both 32-bit and 64-bit hosts. */
1782 insert_bit_table_ent (curr_ent, bit, opcode, mask,
1785 int bit;
1796 if (bit == -1)
1805 m = ((ia64_insn) 1) << bit;
1818 insert_bit_table_ent (next, bit - 1, opcode, mask, opcodenum, order,
1958 /* Encode the skip entry by setting bit 6 set in the state op field,
1971 /* Store an "if (bit i
[all...]
H A Dsparc-dis.c273 /* If a bit is set in both match and lose, there is something
664 case 'i': /* 13 bit immediate. */
665 case 'I': /* 11 bit immediate. */
666 case 'j': /* 10 bit immediate. */
694 case 'X': /* 5 bit unsigned immediate. */
695 case 'Y': /* 6 bit unsigned immediate. */
713 int bit = 0x40, printed_one = 0; local
719 while (bit)
721 if (mask & bit)
725 name = sparc_decode_membar (bit);
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk121 # This little bit of magic, assumes that SRC_libfoo will be
H A Dlib.mk90 # If you use -fPIC you need to define BIGPIC to turn on 32-bit

Completed in 704 milliseconds

1234567891011>>