Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-cr16.c138 unsigned int bits_available = BITS_PER_CHAR * nbytes; in l_cons() local
181 if (width > bits_available) in l_cons()
205 << ((BITS_PER_CHAR * nbytes) - bits_available)); in l_cons()
207 if ((bits_available -= width) == 0 in l_cons()
/freebsd-12.1/contrib/binutils/gas/
H A Dread.c4243 unsigned int bits_available = BITS_PER_CHAR * nbytes; local
4304 if (width > bits_available)
4328 << ((BITS_PER_CHAR * nbytes) - bits_available));
4330 if ((bits_available -= width) == 0