Home | History | Annotate | Download | only in srce

Lines Matching refs:excess

230  * adjustment and excess bits.
242 * @param excess Returns the excess bits after the adjustment
250 OI_UINT *excess)
294 *excess = bitpool - bitcount;
306 OI_INT excess)
310 if (excess) {
312 --excess;
314 } else if ((bits == 1) && (excess > 1)) {
316 excess -= 2;
324 return excess;
329 * Excess bits not allocated by allocaAdjustedBits are allocated round-robin.
332 OI_INT excess)
336 return excess - 1;
338 return excess;
348 OI_UINT excess;
357 /* We want the compiler to put excess into a register */
358 excess = ex;
368 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, excess);
372 while (excess) {
373 excess = allocExcessBits(&allocBits[sb], excess);