Lines Matching defs:overflow
550 int overflow = 0; /* number of elements with bit length too large */
555 * overflow in the case of the bit length tree).
562 if (bits > max_length) bits = max_length, overflow++;
575 if (overflow == 0) return;
577 Tracev((stderr,"\nbit length overflow\n"));
585 s->bl_count[bits + 1] += 2; /* move one overflow item as its brother */
587 /* The brother of the overflow item also moves one step up,
590 overflow -= 2;
591 } while (overflow > 0);
942 "pendingBuf overflow");
944 Assert(s->pending < s->lit_bufsize + sx, "pendingBuf overflow");