min_count         718 tools/packfi2/trees.c     int min_count = 4;         /* min repeat count */
min_count         720 tools/packfi2/trees.c     if (nextlen == 0) max_count = 138, min_count = 3;
min_count         727 tools/packfi2/trees.c         } else if (count < min_count) {
min_count         739 tools/packfi2/trees.c             max_count = 138, min_count = 3;
min_count         741 tools/packfi2/trees.c             max_count = 6, min_count = 3;
min_count         743 tools/packfi2/trees.c             max_count = 7, min_count = 4;
min_count         763 tools/packfi2/trees.c     int min_count = 4;         /* min repeat count */
min_count         766 tools/packfi2/trees.c     if (nextlen == 0) max_count = 138, min_count = 3;
min_count         772 tools/packfi2/trees.c         } else if (count < min_count) {
min_count         790 tools/packfi2/trees.c             max_count = 138, min_count = 3;
min_count         792 tools/packfi2/trees.c             max_count = 6, min_count = 3;
min_count         794 tools/packfi2/trees.c             max_count = 7, min_count = 4;