Lines Matching defs:overflow
569 int overflow = 0; /* number of elements with bit length too large */
574 * overflow in the case of the bit length tree).
581 if (bits > max_length) bits = max_length, overflow++;
594 if (overflow == 0) return;
596 Tracev((stderr,"\nbit length overflow\n"));
604 s->bl_count[bits + 1] += 2; /* move one overflow item as its brother */
606 /* The brother of the overflow item also moves one step up,
609 overflow -= 2;
610 } while (overflow > 0);
966 Assert(s->pending < INDEX_2 * (s->lit_bufsize + sx), "pendingBuf overflow");
968 Assert(s->pending < s->lit_bufsize + sx, "pendingBuf overflow");