HomeSort by: relevance | last modified time | path
    Searched defs:min_count (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_fha.c 299 int req_count, min_count = 0; local in function:fha_hash_entry_choose_thread
347 if ((min_thread == NULL) || (req_count < min_count)) {
348 min_count = req_count;
  /src/common/dist/zlib/
trees.c 719 int min_count = 4; /* min repeat count */ local in function:scan_tree
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 in function:send_tree
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/net/
zlib.c 2808 int min_count = 4; /* min repeat count */ local in function:scan_tree
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 in function:send_tree
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 16 milliseconds