Home
last modified time | relevance | path

Searched refs:min_count (Results 1 – 1 of 1) sorted by relevance

/u-boot/lib/zlib/
A Dtrees.c723 int min_count = 4; /* min repeat count */ local
725 if (nextlen == 0) max_count = 138, min_count = 3;
732 } else if (count < min_count) {
744 max_count = 138, min_count = 3;
746 max_count = 6, min_count = 3;
748 max_count = 7, min_count = 4;
768 int min_count = 4; /* min repeat count */ local
777 } else if (count < min_count) {
795 max_count = 138, min_count = 3;
797 max_count = 6, min_count = 3;
[all …]

Completed in 6 milliseconds