Home | History | Annotate | Download | only in zlib

Lines Matching defs:max_length

126     int     max_length;          /* max bit length for the codes */
499 int max_length = desc->stat_desc->max_length;
517 if (bits > max_length) bits = max_length, overflow++;
537 bits = max_length-1;
541 s->bl_count[max_length]--;
543 * but this does not affect bl_count[max_length]
553 for (bits = max_length; bits != 0; bits--) {