Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Datof-ieee.c520 int tmp_bits; in gen_to_words() local
523 tmp_bits = prec_bits; in gen_to_words()
524 while (tmp_bits > LITTLENUM_NUMBER_OF_BITS) in gen_to_words()
529 tmp_bits -= LITTLENUM_NUMBER_OF_BITS; in gen_to_words()
531 if (tmp_bits > LITTLENUM_NUMBER_OF_BITS in gen_to_words()
532 || (lp[n] & mask[tmp_bits]) != mask[tmp_bits] in gen_to_words()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Datof-ieee.c529 int tmp_bits; local
532 tmp_bits = prec_bits;
533 while (tmp_bits > LITTLENUM_NUMBER_OF_BITS)
538 tmp_bits -= LITTLENUM_NUMBER_OF_BITS;
540 if (tmp_bits > LITTLENUM_NUMBER_OF_BITS
541 || (lp[n] & mask[tmp_bits]) != mask[tmp_bits]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c11615 RID_BIT_TYPE tmp_bits; local
11616 memcpy (&tmp_bits, &specbits, sizeof (RID_BIT_TYPE));
11617 RIDBIT_RESET (RID_INLINE, tmp_bits);
11618 RIDBIT_RESET (RID_STATIC, tmp_bits);
11619 if (RIDBIT_ANY_SET (tmp_bits))