Searched refs:bit (Results 1 - 25 of 1124) sorted by relevance

1234567891011>>

/haiku-buildtools/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;
/haiku-buildtools/gcc/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;
/haiku-buildtools/legacy/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;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr21761.c3 long bit=0, exponent; local
5 for (bit = 1; exponent; bit <<= 1)
6 if (exponent & bit)
7 exponent ^= bit;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/expr/
H A Dbitfield12.C4 bool bit : sizeof(bool) * __CHAR_BIT__ + 1; // { dg-warning "exceeds" } member in struct:bset1
10 E bit : sizeof(E) * __CHAR_BIT__ + 1; // { dg-warning "exceeds" } member in struct:bset2
14 bool bit : sizeof(bool) * __CHAR_BIT__; member in struct:bset3
18 E bit : sizeof(E) * __CHAR_BIT__; member in struct:bset4
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dsizeof2.C8 struct foo { int bit : 1; }; member in struct:foo
13 // sizeof may not be applied to a bit-field
15 int i = sizeof (f.bit);// { dg-error "" } .*
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980602-2.c1 /* The bit-field below would have a problem if __INT_MAX__ is too
11 unsigned bit : 30; member in struct:__anon1756
16 if (!(t.bit++))
H A Dbitfld-1.c22 struct x { signed int i : 7; unsigned int u : 7; } bit; local
29 bit.u = 61, u = 61;
30 bit.i = -13, i = -13;
37 /* Somewhat counter-intuitively, bit.u is promoted to an int, making
39 if (i % bit.u != signed_result)
42 if (bit.i % bit.u != signed_result)
47 if (i % (unsigned int) bit.u != unsigned_result)
50 if (bit.i % (unsigned int) bit
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/mn10200/
H A Dudivmodsi4.c4 unsigned long bit = 1; local
7 while (den < num && bit && !(den & (1L<<31)))
10 bit <<=1;
12 while (bit)
17 res |= bit;
19 bit >>=1;
/haiku-buildtools/gcc/libgcc/
H A Dudivmodsi4.c27 unsigned long bit = 1; local
30 while (den < num && bit && !(den & (1L<<31)))
33 bit <<=1;
35 while (bit)
40 res |= bit;
42 bit >>=1;
/haiku-buildtools/gcc/libgcc/config/lm32/
H A D_udivmodsi4.c32 USItype bit = 1; local
35 while (den < num && bit && !(den & (1L << 31)))
38 bit <<= 1;
40 while (bit)
45 res |= bit;
47 bit >>= 1;
/haiku-buildtools/binutils/gas/testsuite/gas/m68hc11/
H A Dabi-m68hc11-16-32.d3 #name: Elf flags 68HC11 16-bit int, 32-bit double
7 private flags = 0:\[abi=16-bit int, 32-bit double, cpu=HC11\] \[memory=flat\]
H A Dabi-m68hc11-16-64.d3 #name: Elf flags 68HC11 16-bit int, 64-bit double
7 private flags = 2:\[abi=16-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]
H A Dabi-m68hc11-32-32.d3 #name: Elf flags 68HC11 32-bit int, 32-bit double
7 private flags = 1:\[abi=32-bit int, 32-bit double, cpu=HC11\] \[memory=flat\]
H A Dabi-m68hc11-32-64.d3 #name: Elf flags 68HC11 32-bit int, 64-bit double
7 private flags = 3:\[abi=32-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]
/haiku-buildtools/binutils/gas/testsuite/gas/v850/
H A Dbit.s3 .global bit
4 bit: label
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m68hc11/
H A Dabi-m68hc11-16-32.d3 #name: Elf flags 68HC11 16-bit int, 32-bit double
7 private flags = 0:\[abi=16-bit int, 32-bit double, cpu=HC11\] \[memory=flat\]
H A Dabi-m68hc11-16-64.d3 #name: Elf flags 68HC11 16-bit int, 64-bit double
7 private flags = 2:\[abi=16-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]
H A Dabi-m68hc11-32-32.d3 #name: Elf flags 68HC11 32-bit int, 32-bit double
7 private flags = 1:\[abi=32-bit int, 32-bit double, cpu=HC11\] \[memory=flat\]
H A Dabi-m68hc11-32-64.d3 #name: Elf flags 68HC11 32-bit int, 64-bit double
7 private flags = 3:\[abi=32-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/v850/
H A Dbit.s3 .global bit
4 bit: label
/haiku-buildtools/binutils/gas/testsuite/gas/xgate/
H A Dabi-xgate-16-32.d3 #name: Elf flags XGATE 16-bit int, 32-bit double
7 private flags = 80:\[abi=16-bit int, 32-bit double, cpu=XGATE\]
H A Dabi-xgate-16-64.d3 #name: Elf flags XGATE 16-bit int, 64-bit double
7 private flags = 82:\[abi=16-bit int, 64-bit double, cpu=XGATE\]
H A Dabi-xgate-32-32.d3 #name: Elf flags XGATE 32-bit int, 32-bit double
7 private flags = 81:\[abi=32-bit int, 32-bit double, cpu=XGATE\]
H A Dabi-xgate-32-64.d3 #name: Elf flags XGATE 32-bit int, 64-bit double
7 private flags = 83:\[abi=32-bit int, 64-bit double, cpu=XGATE\]

Completed in 205 milliseconds

1234567891011>>