Home
last modified time | relevance | path

Searched refs:max_count (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/zlib/
Dtrees.c715 int max_count = 7; /* max repeat count */ local
718 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 */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
768 if (++count < max_count && curlen == nextlen) {
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()
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()
/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c868 long max_count = sorted_symcount; in find_symbol_for_address() local
886 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() local
2984 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()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.c8336 int max_count) in count_insns_to_loop_end() argument
8346 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()
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc6406 unsigned int max_count = in merge_gots() local
6408 if (estimate <= max_count) in merge_gots()
6470 unsigned int max_count = in merge_got_with() local
6472 if (estimate > max_count) in merge_got_with()
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c204 unsigned int max_count; member
4565 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()