Searched refs:min_count (Results 1 – 2 of 2) sorted by relevance
716 int min_count = 4; /* min repeat count */ local718 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 */ local764 if (nextlen == 0) max_count = 138, min_count = 3;770 } else if (count < min_count) {788 max_count = 138, min_count = 3;[all …]
457 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()