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

1 2

  /src/external/mit/expat/dist/tests/
structdata.h 51 int max_count; /* Number of StructDataEntry items in `entries` */ member in struct:__anon23650
  /src/external/gpl3/gcc/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::__anon14777
119 { return base_type::operator()(max_count); }
125 { return base_type::operator()(r_data, max_count); }
  /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::__anon17168
119 { return base_type::operator()(max_count); }
125 { return base_type::operator()(r_data, max_count); }
  /src/external/gpl3/gdb/dist/gdb/
findcmd.c 61 ULONGEST max_count = ~(ULONGEST) 0; local
83 max_count = atoi (s);
203 *max_countp = max_count;
217 ULONGEST max_count = 0; local
224 gdb::byte_vector pattern_buf = parse_find_args (args, &max_count,
235 && found_count < max_count)
  /src/external/gpl3/gdb.old/dist/gdb/
findcmd.c 61 ULONGEST max_count = ~(ULONGEST) 0; local
83 max_count = atoi (s);
203 *max_countp = max_count;
217 ULONGEST max_count = 0; local
224 gdb::byte_vector pattern_buf = parse_find_args (args, &max_count,
235 && found_count < 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/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/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/crypto/external/bsd/heimdal/dist/lib/sl/
sl.c 218 int max_count; member in struct:sl_data
  /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/dist/gcc/
profile-count.h 757 static const uint64_t max_count = ((uint64_t) 1 << n_bits) - 2; variable
914 ret.m_val = MIN (ret_val, max_count);
934 m_val = MIN (ret_val, max_count);
1169 ret.m_val = MIN (tmp, max_count);
1189 ret.m_val = MIN (val, max_count);
1296 return m_val > max_count / 65536;
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-btree.h 574 unsigned max_count local
576 if (total_count <= max_count)
  /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);
  /src/external/gpl3/gdb/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/gdb.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/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)

Completed in 64 milliseconds

1 2