Searched refs:bits_available (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/binutils/gas/
H A Dread.c4249 unsigned int bits_available = BITS_PER_CHAR * nbytes;
4310 if (width > bits_available)
4334 << ((BITS_PER_CHAR * nbytes) - bits_available));
4336 if ((bits_available -= width) == 0
4243 unsigned int bits_available = BITS_PER_CHAR * nbytes; local
/freebsd-11-stable/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

Completed in 87 milliseconds