Searched refs:tmp_bits (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Datof-ieee.c522 int tmp_bits;
525 tmp_bits = prec_bits;
526 while (tmp_bits > LITTLENUM_NUMBER_OF_BITS)
531 tmp_bits -= LITTLENUM_NUMBER_OF_BITS;
533 if (tmp_bits > LITTLENUM_NUMBER_OF_BITS
534 || (lp[n] & mask[tmp_bits]) != mask[tmp_bits]
520 int tmp_bits; local
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Datof-ieee.c531 int tmp_bits;
534 tmp_bits = prec_bits;
535 while (tmp_bits > LITTLENUM_NUMBER_OF_BITS)
540 tmp_bits -= LITTLENUM_NUMBER_OF_BITS;
542 if (tmp_bits > LITTLENUM_NUMBER_OF_BITS
543 || (lp[n] & mask[tmp_bits]) != mask[tmp_bits]
529 int tmp_bits; local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c11633 RID_BIT_TYPE tmp_bits;
11634 memcpy (&tmp_bits, &specbits, sizeof (RID_BIT_TYPE));
11635 RIDBIT_RESET (RID_INLINE, tmp_bits);
11636 RIDBIT_RESET (RID_STATIC, tmp_bits);
11637 if (RIDBIT_ANY_SET (tmp_bits))
11615 RID_BIT_TYPE tmp_bits; local

Completed in 242 milliseconds