HomeSort by: relevance | last modified time | path
    Searched defs:max_count (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
list_update_policy.hpp 90 template<std::size_t Max_Count = 5, typename _Alloc = std::allocator<char> >
102 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon12202
119 { return base_type::operator()(max_count); }
125 { return base_type::operator()(r_data, max_count); }
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_local_cache.h 60 // max_count will be zero, leading to check failure.
63 if (UNLIKELY(c->count == c->max_count))
64 Drain(c, allocator, class_id, c->max_count / 2);
87 u32 max_count; member in struct:SizeClassAllocator64LocalCache::PerClass
95 if (LIKELY(c->max_count))
100 c->max_count = 2 * SizeClassMap::MaxCachedHint(size);
103 DCHECK_NE(c->max_count, 0UL);
109 const uptr num_requested_chunks = c->max_count / 2;
179 // max_count will be zero, leading to check failure.
182 if (UNLIKELY(c->count == c->max_count))
209 uptr max_count; member in struct:SizeClassAllocator32LocalCache::PerClass
    [all...]
sanitizer_allocator_primary32.h 305 TransferBatch **current_batch, uptr max_count,
320 if (b->Count() == max_count) {
340 const uptr max_count = TransferBatch::MaxCached(size); local
341 DCHECK_GT(max_count, 0);
349 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count,
356 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count,
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_local_cache.h 53 // max_count will be zero, leading to check failure.
56 if (UNLIKELY(c->count == c->max_count))
80 u32 max_count; member in struct:SizeClassAllocator64LocalCache::PerClass
88 if (LIKELY(c->max_count))
93 c->max_count = 2 * SizeClassMap::MaxCachedHint(size);
96 DCHECK_NE(c->max_count, 0UL);
102 const uptr num_requested_chunks = c->max_count / 2;
113 Drain(&memory_mapper, c, allocator, class_id, c->max_count / 2);
178 // max_count will be zero, leading to check failure.
181 if (UNLIKELY(c->count == c->max_count))
208 uptr max_count; member in struct:SizeClassAllocator32LocalCache::PerClass
    [all...]
sanitizer_allocator_primary32.h 317 TransferBatch **current_batch, uptr max_count,
332 if (b->Count() == max_count) {
352 const uptr max_count = TransferBatch::MaxCached(size); local
353 DCHECK_GT(max_count, 0);
361 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count,
368 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count,
  /src/common/dist/zlib/
trees.c 718 int max_count = 7; /* max repeat count */ local
721 if (nextlen == 0) max_count = 138, min_count = 3;
726 if (++count < max_count && curlen == nextlen) {
740 max_count = 138, min_count = 3;
742 max_count = 6, min_count = 3;
744 max_count = 7, min_count = 4;
759 int max_count = 7; /* max repeat count */ local
763 if (nextlen == 0) max_count = 138, min_count = 3;
767 if (++count < max_count && curlen == nextlen) {
787 max_count = 138, min_count = 3
    [all...]
  /src/external/cddl/osnet/dist/uts/common/zmod/
trees.c 717 int max_count = 7; /* max repeat count */ local
720 if (nextlen == 0) max_count = 138, min_count = 3;
725 if (++count < max_count && curlen == nextlen) {
739 max_count = 138, min_count = 3;
741 max_count = 6, min_count = 3;
743 max_count = 7, min_count = 4;
762 int max_count = 7; /* max repeat count */ local
766 if (nextlen == 0) max_count = 138, min_count = 3;
770 if (++count < max_count && curlen == nextlen) {
790 max_count = 138, min_count = 3
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
trees.c 716 int max_count = 7; /* max repeat count */ local
719 if (nextlen == 0) max_count = 138, min_count = 3;
724 if (++count < max_count && curlen == nextlen) {
738 max_count = 138, min_count = 3;
740 max_count = 6, min_count = 3;
742 max_count = 7, min_count = 4;
757 int max_count = 7; /* max repeat count */ local
761 if (nextlen == 0) max_count = 138, min_count = 3;
765 if (++count < max_count && curlen == nextlen) {
785 max_count = 138, min_count = 3
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
trees.c 713 int max_count = 7; /* max repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
721 if (++count < max_count && curlen == nextlen) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
758 int max_count = 7; /* max repeat count */ local
762 if (nextlen == 0) max_count = 138, min_count = 3;
766 if (++count < max_count && curlen == nextlen) {
786 max_count = 138, min_count = 3
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
profile-count.h 701 static const uint64_t max_count = ((uint64_t) 1 << n_bits) - 2; variable
1087 ret.m_val = MIN (tmp, max_count);
1107 ret.m_val = MIN (val, max_count);
auto-profile.cc 1111 gcov_type max_count = 0; local
1122 if (info.count > max_count)
1123 max_count = info.count;
1148 bb->count = profile_count::from_gcov_type (max_count).afdo ();
1543 profile_count max_count = ENTRY_BLOCK_PTR_FOR_FN (cfun)->count; local
1552 if (bb->count > max_count)
1553 max_count = bb->count;
1573 if (max_count > profile_count::zero ())
ipa-inline.cc 128 static profile_count max_count; variable
1968 max_count = profile_count::uninitialized ();
2011 max_count = max_count.max (edge->count.ipa ());
2084 || !(max_count > 0)
2105 && (!max_count.initialized_p () || !max_count.nonzero_p ()))
2610 if (max_count.initialized_p ())
  /src/sys/external/bsd/drm2/dist/drm/selftests/
test-drm_mm.c 1044 const unsigned int max_count = min(8192u, max_prime); local
1055 nodes = vzalloc(array_size(max_count, sizeof(*nodes)));
1064 for_each_prime_number_from(prime, 1, max_count) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 887 const size_t max_count = (repeat == '?') ? 1 : local
892 for (size_t i = 0; i <= max_count; ++i) {
  /src/external/bsd/file/dist/src/
apprentice.c 99 uint32_t max_count; member in struct:magic_entry
2070 if (me->cont_count == me->max_count) {
2072 size_t cnt = me->max_count + ALLOC_CHUNK;
2079 me->max_count = CAST(uint32_t, cnt);
2093 me->max_count = ALLOC_CHUNK;
  /src/external/gpl2/grep/dist/src/
grep.c 461 static off_t max_count; /* Stop after outputting this many variable
796 outleft = max_count;
1358 max_count = MAX_OFF_T;
1528 max_count = value;
1529 if (0 <= max_count && max_count == value)
1533 max_count = MAX_OFF_T;
1741 if (max_count == 0)
  /src/external/bsd/ntp/dist/ntpd/
refclock_oncore.c 327 u_char max_count; /* count for message statistics */ member in struct:instance
4132 instance->max_count++;
4133 if (instance->max_count % 100 == 0)
  /src/sys/net/
zlib.c 2807 int max_count = 7; /* max repeat count */ local
2810 if (nextlen == 0) max_count = 138, min_count = 3;
2815 if (++count < max_count && curlen == nextlen) {
2829 max_count = 138, min_count = 3;
2831 max_count = 6, min_count = 3;
2833 max_count = 7, min_count = 4;
2851 int max_count = 7; /* max repeat count */ local
2855 if (nextlen == 0) max_count = 138, min_count = 3;
2859 if (++count < max_count && curlen == nextlen) {
2879 max_count = 138, min_count = 3
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 1402 long max_count = sorted_symcount;
1420 required value. We are searching the range (min, max_count]. */
1421 while (min + 1 < max_count)
1425 thisplace = (max_count + min) / 2;
1429 max_count = thisplace;
1452 while (min < max_count
2625 size_t max_count;
2646 result->start.max_count = 2;
2830 if (needed_size > a->start.max_count)
2832 a->start.max_count += b->start.max_count
1397 long max_count = sorted_symcount; local
2620 size_t max_count; member in struct:jump_info::__anon7556
5221 long max_count; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 1411 long max_count = sorted_symcount;
1429 required value. We are searching the range (min, max_count]. */
1430 while (min + 1 < max_count)
1434 thisplace = (max_count + min) / 2;
1438 max_count = thisplace;
1461 while (min < max_count
2634 size_t max_count;
2655 result->start.max_count = 2;
2839 if (needed_size > a->start.max_count)
2841 a->start.max_count += b->start.max_count
1406 long max_count = sorted_symcount; local
2629 size_t max_count; member in struct:jump_info::__anon9038
5232 long max_count; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky.cc 1202 HOST_WIDE_INT max_count = max_address; local
1207 while (from && count < max_count)
1225 if (count < max_count
1240 if (count < max_count
  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 205 unsigned int max_count; member in struct:mips_elf_got_per_bfd_arg
4805 if (estimate > arg->max_count)
4852 if (estimate <= arg->max_count)
5062 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info)
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 205 unsigned int max_count; member in struct:mips_elf_got_per_bfd_arg
4785 if (estimate > arg->max_count)
4832 if (estimate <= arg->max_count)
5042 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info)

Completed in 91 milliseconds