Home | History | Annotate | Download | only in srce

Lines Matching refs:excess

53     OI_UINT excess;
66 /* We want the compiler to put excess into a register */
67 excess = ex;
72 excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess);
74 excess = allocAdjustedBits(&common->bits.uint8[sbR], bitneeds.uint8[sbR] + bitadjust, excess);
79 while (excess) {
80 excess = allocExcessBits(&common->bits.uint8[sbL], excess);
82 if (!excess) {
85 excess = allocExcessBits(&common->bits.uint8[sbR], excess);