Lines Matching defs:overflow
552 int overflow = 0; /* number of elements with bit length too large */
557 * overflow in the case of the bit length tree).
564 if (bits > max_length) bits = max_length, overflow++;
577 if (overflow == 0) return;
579 Tracev((stderr,"\nbit length overflow\n"));
587 s->bl_count[bits + 1] += 2; /* move one overflow item as its brother */
589 /* The brother of the overflow item also moves one step up,
592 overflow -= 2;
593 } while (overflow > 0);
943 Assert(s->pending < 2 * (s->lit_bufsize + sx), "pendingBuf overflow");
945 Assert(s->pending < s->lit_bufsize + sx, "pendingBuf overflow");