Searched refs:max_length (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dtrees.c126 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
500 int max_length = desc->stat_desc->max_length; local
518 if (bits > max_length) bits = max_length, overflow++;
538 bits = max_length-1;
542 s->bl_count[max_length]--;
544 * but this does not affect bl_count[max_length]
554 for (bits = max_length; bits != 0; bits--) {

Completed in 14 milliseconds