Searched defs:min_count (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dtrees.c742 int min_count = 4; /* min repeat count */ local
744 if (nextlen == 0) max_count = 138, min_count = 3;
751 } else if (count < min_count) {
763 max_count = 138, min_count = 3;
765 max_count = 6, min_count = 3;
767 max_count = 7, min_count = 4;
787 int min_count = 4; /* min repeat count */ local
790 if (nextlen == 0) max_count = 138, min_count = 3;
796 } else if (count < min_count) {
814 max_count = 138, min_count
[all...]

Completed in 26 milliseconds