OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_count
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/
trees.c
719
int
min_count
= 4; /* min repeat count */
local
721
if (nextlen == 0) max_count = 138,
min_count
= 3;
728
} else if (count <
min_count
) {
740
max_count = 138,
min_count
= 3;
742
max_count = 6,
min_count
= 3;
744
max_count = 7,
min_count
= 4;
760
int
min_count
= 4; /* min repeat count */
local
763
if (nextlen == 0) max_count = 138,
min_count
= 3;
769
} else if (count <
min_count
) {
787
max_count = 138,
min_count
= 3
[
all
...]
/src/sys/fs/nfs/common/
nfs_fha.c
299
int req_count,
min_count
= 0;
local
347
if ((min_thread == NULL) || (req_count <
min_count
)) {
348
min_count
= req_count;
/src/sys/net/
zlib.c
2808
int
min_count
= 4; /* min repeat count */
local
2810
if (nextlen == 0) max_count = 138,
min_count
= 3;
2817
} else if (count <
min_count
) {
2829
max_count = 138,
min_count
= 3;
2831
max_count = 6,
min_count
= 3;
2833
max_count = 7,
min_count
= 4;
2852
int
min_count
= 4; /* min repeat count */
local
2855
if (nextlen == 0) max_count = 138,
min_count
= 3;
2861
} else if (count <
min_count
) {
2879
max_count = 138,
min_count
= 3
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026