Searched refs:bits_available (Results 1 – 2 of 2) sorted by relevance
138 unsigned int bits_available = BITS_PER_CHAR * nbytes; in l_cons() local181 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()
4243 unsigned int bits_available = BITS_PER_CHAR * nbytes; local4304 if (width > bits_available)4328 << ((BITS_PER_CHAR * nbytes) - bits_available));4330 if ((bits_available -= width) == 0