Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-cr16.c143 unsigned int bits_available = BITS_PER_CHAR * nbytes; in l_cons() local
186 if (width > bits_available) in l_cons()
210 << ((BITS_PER_CHAR * nbytes) - bits_available)); in l_cons()
212 if ((bits_available -= width) == 0 in l_cons()
/toolchain/binutils/binutils-2.25/gas/
Dread.c4492 unsigned int bits_available = BITS_PER_CHAR * nbytes; local
4553 if (width > bits_available)
4577 << ((BITS_PER_CHAR * nbytes) - bits_available));
4579 if ((bits_available -= width) == 0