Searched refs:max_count (Results 1 – 6 of 6) sorted by relevance
715 int max_count = 7; /* max repeat count */ local718 if (nextlen == 0) max_count = 138, min_count = 3;723 if (++count < max_count && curlen == nextlen) {737 max_count = 138, min_count = 3;739 max_count = 6, min_count = 3;741 max_count = 7, min_count = 4;760 int max_count = 7; /* max repeat count */ local764 if (nextlen == 0) max_count = 138, min_count = 3;768 if (++count < max_count && curlen == nextlen) {788 max_count = 138, min_count = 3;[all …]
457 int min_count = num_opcodes, max_count = 0; in build_hash_table()464 if (hash_count[i] > max_count) in build_hash_table()465 max_count = hash_count[i]; in build_hash_table()470 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
868 long max_count = sorted_symcount; in find_symbol_for_address() local886 while (min + 1 < max_count) in find_symbol_for_address()890 thisplace = (max_count + min) / 2; in find_symbol_for_address()894 max_count = thisplace; in find_symbol_for_address()917 while (min < max_count in find_symbol_for_address()2978 long max_count; in dump_symbols() local2984 max_count = dynsymcount; in dump_symbols()2990 max_count = symcount; in dump_symbols()2994 if (max_count == 0) in dump_symbols()2997 for (count = 0; count < max_count; count++) in dump_symbols()
8336 int max_count) in count_insns_to_loop_end() argument8346 if (insn_count >= max_count) in count_insns_to_loop_end()8347 return max_count; in count_insns_to_loop_end()8358 if (insn_count >= max_count) in count_insns_to_loop_end()8359 return max_count; in count_insns_to_loop_end()
6406 unsigned int max_count = in merge_gots() local6408 if (estimate <= max_count) in merge_gots()6470 unsigned int max_count = in merge_got_with() local6472 if (estimate > max_count) in merge_got_with()
204 unsigned int max_count; member4565 if (estimate > arg->max_count) in mips_elf_merge_got_with()4612 if (estimate <= arg->max_count) in mips_elf_merge_got()4822 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info) in mips_elf_multi_got()