Searched refs:bits_available (Results 1 – 2 of 2) sorted by relevance
143 unsigned int bits_available = BITS_PER_CHAR * nbytes; in l_cons() local186 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()
4492 unsigned int bits_available = BITS_PER_CHAR * nbytes; local4553 if (width > bits_available)4577 << ((BITS_PER_CHAR * nbytes) - bits_available));4579 if ((bits_available -= width) == 0