Searched refs:total_bits (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c797 unsigned int total_bits = BITS_PER_WORD;
842 total_bits = GET_MODE_BITSIZE (mode);
845 be in the range 0 to total_bits-1, and put any excess bytes in
847 if (bitpos >= total_bits)
849 offset += (bitpos / total_bits) * (total_bits / BITS_PER_UNIT);
850 bitpos -= ((bitpos / total_bits) * (total_bits / BITS_PER_UNIT)
858 bitpos += (offset % (total_bits / BITS_PER_UNIT)) * BITS_PER_UNIT;
859 offset -= (offset % (total_bits / BITS_PER_UNI
795 unsigned int total_bits = BITS_PER_WORD; local
1005 int total_bits; local
1705 unsigned int total_bits = BITS_PER_WORD; local
[all...]
H A Dsbitmap.c738 unsigned int total_bits = bmap->n_bits; local
741 for (i = n = 0; i < set_size && n < total_bits; i++)
742 for (j = 0; j < SBITMAP_ELT_BITS && n < total_bits; j++, n++)

Completed in 105 milliseconds