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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-cr16.c138 unsigned int bits_available = BITS_PER_CHAR * nbytes; local
181 if (width > bits_available)
205 << ((BITS_PER_CHAR * nbytes) - bits_available));
207 if ((bits_available -= width) == 0
/freebsd-9.3-release/contrib/binutils/gas/
H A Dread.c4232 unsigned int bits_available = BITS_PER_CHAR * nbytes;
4293 if (width > bits_available)
4317 << ((BITS_PER_CHAR * nbytes) - bits_available));
4319 if ((bits_available -= width) == 0
4226 unsigned int bits_available = BITS_PER_CHAR * nbytes; local

Completed in 55 milliseconds