Home | History | Annotate | Download | only in src

Lines Matching defs:max_length

122     int     max_length;          /* max bit length for the codes */
497 int max_length = desc->stat_desc->max_length;
515 if (bits > max_length) bits = max_length, overflow++;
535 bits = max_length-1;
539 s->bl_count[max_length]--;
541 * but this does not affect bl_count[max_length]
551 for (bits = max_length; bits != 0; bits--) {