Searched refs:max_count (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/
H A Dlist_update_policy.hpp103 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon2362
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
/haiku-buildtools/gcc/zlib/
H A 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
[all...]
/haiku-buildtools/binutils/zlib/
H A 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
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dsparc-dis.c424 int min_count = num_opcodes, max_count = 0;
431 if (hash_count[i] > max_count)
432 max_count = hash_count[i];
437 min_count, max_count, (double) total / HASH_SIZE);
/haiku-buildtools/binutils/opcodes/
H A Dsparc-dis.c457 int min_count = num_opcodes, max_count = 0;
464 if (hash_count[i] > max_count)
465 max_count = hash_count[i];
470 min_count, max_count, (double) total / HASH_SIZE);
/haiku-buildtools/gcc/gcc/
H A Dauto-profile.c1077 gcov_type max_count = 0; local
1088 if (info.count > max_count)
1089 max_count = info.count;
1114 bb->count = max_count;
1496 gcov_type max_count = ENTRY_BLOCK_PTR_FOR_FN (cfun)->count; local
1509 if (bb->count > max_count)
1510 max_count = bb->count;
1530 if (max_count > 0)
H A Dipa-inline.c154 static gcov_type max_count; variable
884 else if (max_count && !outer_node->count)
922 if (max_count
929 if (!max_count
955 if (max_count
962 else if (!max_count
1467 heap->insert (!max_count ? -e->frequency
1468 : -(e->count / ((max_count + (1<<24) - 1) / (1<<24))),
1779 max_count = 0;
1819 if (max_count < edg
[all...]
H A Dipa-cp.c301 static gcov_type max_count; variable
616 if (max_count)
2195 if (max_count)
2197 int factor = (count_sum * 1000) / max_count;
2823 if (node->count > max_count)
2824 max_count = node->count;
4613 max_count = 0;
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.h864 uptr max_count = SizeClassMap::MaxCached(class_id); local
875 if (b->count == max_count) {
927 // max_count will be zero, leading to check failure.
931 CHECK_NE(c->max_count, 0UL);
932 if (UNLIKELY(c->count == c->max_count))
950 uptr max_count; member in struct:__sanitizer::SizeClassAllocatorLocalCache::PerClass
957 if (per_class_[1].max_count)
961 c->max_count = 2 * SizeClassMap::MaxCached(i);
985 uptr cnt = Min(c->max_count / 2, c->count);
988 c->batch[i] = c->batch[i + c->max_count /
[all...]
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c896 long max_count = sorted_symcount;
913 required value. We are searching the range (min, max_count]. */
914 while (min + 1 < max_count)
918 thisplace = (max_count + min) / 2;
922 max_count = thisplace;
948 while (min < max_count
3061 long max_count;
3067 max_count = dynsymcount;
3073 max_count = symcount;
3077 if (max_count
891 long max_count = sorted_symcount; local
3051 long max_count; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Darm.c4109 find_barrier (from, max_count)
4111 int max_count;
4117 while (from && count < max_count)
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.c7578 int max_count)
7588 if (insn_count >= max_count)
7589 return max_count;
7600 if (insn_count >= max_count)
7601 return max_count;
7564 count_insns_to_loop_end(fragS *base_fragP, bfd_boolean count_relax_add, int max_count) argument
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.c8348 int max_count)
8358 if (insn_count >= max_count)
8359 return max_count;
8370 if (insn_count >= max_count)
8371 return max_count;
8334 count_insns_to_loop_end(fragS *base_fragP, bfd_boolean count_relax_add, int max_count) argument
/haiku-buildtools/binutils/gold/
H A Dmips.cc6406 unsigned int max_count = local
6408 if (estimate <= max_count)
6470 unsigned int max_count = local
6472 if (estimate > max_count)
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c173 unsigned int max_count; member in struct:mips_elf_got_per_bfd_arg
3092 unsigned int maxcnt = arg->max_count;
3417 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info)
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c204 unsigned int max_count; member in struct:mips_elf_got_per_bfd_arg
4603 if (estimate > arg->max_count)
4650 if (estimate <= arg->max_count)
4860 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info)
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c16879 HOST_WIDE_INT max_count = max_address - fix->address;
16885 while (from && count < max_count)
16911 if (count < max_count
16926 if (count < max_count
16863 HOST_WIDE_INT max_count = max_address - fix->address; local

Completed in 811 milliseconds