| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | trees.c | 714 int min_count = 4; /* min repeat count */ local 716 if (nextlen == 0) max_count = 138, min_count = 3; 723 } else if (count < min_count) { 735 max_count = 138, min_count = 3; 737 max_count = 6, min_count = 3; 739 max_count = 7, min_count = 4; 759 int min_count = 4; /* min repeat count */ local 762 if (nextlen == 0) max_count = 138, min_count = 3; 768 } else if (count < min_count) { 786 max_count = 138, min_count = 3; [all …]
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
| H A D | trees.c | 718 int min_count = 4; /* min repeat count */ local 720 if (nextlen == 0) max_count = 138, min_count = 3; 727 } else if (count < min_count) { 739 max_count = 138, min_count = 3; 741 max_count = 6, min_count = 3; 743 max_count = 7, min_count = 4; 763 int min_count = 4; /* min repeat count */ local 766 if (nextlen == 0) max_count = 138, min_count = 3; 772 } else if (count < min_count) { 790 max_count = 138, min_count = 3; [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | trees.c | 714 int min_count = 4; /* min repeat count */ local 716 if (nextlen == 0) max_count = 138, min_count = 3; 723 } else if (count < min_count) { 735 max_count = 138, min_count = 3; 737 max_count = 6, min_count = 3; 739 max_count = 7, min_count = 4; 759 int min_count = 4; /* min repeat count */ local 762 if (nextlen == 0) max_count = 138, min_count = 3; 768 } else if (count < min_count) { 786 max_count = 138, min_count = 3; [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | trees.c | 714 int min_count = 4; /* min repeat count */ local 716 if (nextlen == 0) max_count = 138, min_count = 3; 723 } else if (count < min_count) { 735 max_count = 138, min_count = 3; 737 max_count = 6, min_count = 3; 739 max_count = 7, min_count = 4; 759 int min_count = 4; /* min repeat count */ local 762 if (nextlen == 0) max_count = 138, min_count = 3; 768 } else if (count < min_count) { 786 max_count = 138, min_count = 3; [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | sparc-dis.c | 459 int min_count = num_opcodes, max_count = 0; in build_hash_table() 464 if (hash_count[i] < min_count) in build_hash_table() 465 min_count = hash_count[i]; in build_hash_table() 472 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | sparc-dis.c | 459 int min_count = num_opcodes, max_count = 0; in build_hash_table() 464 if (hash_count[i] < min_count) in build_hash_table() 465 min_count = hash_count[i]; in build_hash_table() 472 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
|
| /netbsd-src/sys/fs/nfs/common/ |
| H A D | nfs_fha.c | 299 int req_count, min_count = 0; in fha_hash_entry_choose_thread() local 347 if ((min_thread == NULL) || (req_count < min_count)) { in fha_hash_entry_choose_thread() 348 min_count = req_count; in fha_hash_entry_choose_thread()
|
| /netbsd-src/sys/net/ |
| H A D | zlib.c | 2808 int min_count = 4; /* min repeat count */ in scan_tree() local 2810 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree() 2817 } else if (count < min_count) { in scan_tree() 2829 max_count = 138, min_count = 3; in scan_tree() 2831 max_count = 6, min_count = 3; in scan_tree() 2833 max_count = 7, min_count = 4; in scan_tree() 2852 int min_count = 4; /* min repeat count */ in send_tree() local 2855 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree() 2861 } else if (count < min_count) { in send_tree() 2879 max_count = 138, min_count = 3; in send_tree() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-port.cc | 886 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 894 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | predict.cc | 121 static gcov_type min_count = -1; variable 128 if (min_count == -1) in get_hot_bb_threshold() 140 return min_count; in get_hot_bb_threshold() 148 min_count = min; in set_hot_bb_threshold()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | predict.c | 121 static gcov_type min_count = -1; variable 128 if (min_count == -1) in get_hot_bb_threshold() 140 return min_count; in get_hot_bb_threshold() 148 min_count = min; in set_hot_bb_threshold()
|