Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/zlib/
Dtrees.c716 int min_count = 4; /* min repeat count */ local
718 if (nextlen == 0) max_count = 138, min_count = 3;
725 } else if (count < min_count) {
737 max_count = 138, min_count = 3;
739 max_count = 6, min_count = 3;
741 max_count = 7, min_count = 4;
761 int min_count = 4; /* min repeat count */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
770 } else if (count < min_count) {
788 max_count = 138, min_count = 3;
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Dsparc-dis.c457 int min_count = num_opcodes, max_count = 0; in build_hash_table()
462 if (hash_count[i] < min_count) in build_hash_table()
463 min_count = hash_count[i]; in build_hash_table()
470 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()