Lines Matching defs:overflow
793 * Initialize the hash table (avoiding 64K overflow for 16 bit systems).
2599 int overflow = 0; /* number of elements with bit length too large */
2604 * overflow in the case of the bit length tree).
2611 if (bits > max_length) bits = max_length, overflow++;
2624 if (overflow == 0) return;
2626 Trace((stderr,"\nbit length overflow\n"));
2634 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */
2636 /* The brother of the overflow item also moves one step up,
2639 overflow -= 2;
2640 } while (overflow > 0);
3205 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
4657 return Z_DATA_ERROR; /* overflow of MANY */