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

123

/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_macinfo.c53 Dwarf_Unsigned max_count, Dwarf_Signed *entry_cnt,
78 if (max_count != 0 && cnt > max_count)
79 cnt = max_count;
52 dwarf_get_macro_details(Dwarf_Debug dbg, Dwarf_Off offset, Dwarf_Unsigned max_count, Dwarf_Signed *entry_cnt, Dwarf_Macro_Details **details, Dwarf_Error *error) argument
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dblacklist.c126 int max_count = 0; local
131 if (e->count > max_count)
132 max_count = e->count;
140 wpa_s->extra_blacklist_count += max_count;
/netbsd-current/external/mit/expat/dist/tests/
H A Dstructdata.h51 int max_count; /* Number of StructDataEntry items in `entries` */ member in struct:__anon49
H A Dstructdata.c70 storage->max_count = 0;
81 if (storage->count == storage->max_count) {
84 storage->max_count += STRUCT_EXTENSION_COUNT;
86 storage->max_count * sizeof(StructDataEntry));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dlist_update_policy.hpp102 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon1584
119 { return base_type::operator()(max_count); }
125 { return base_type::operator()(r_data, max_count); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dlist_update_policy.hpp102 max_count = Max_Count enumerator in enum:__gnu_pbds::lu_counter_policy::__anon1876
119 { return base_type::operator()(max_count); }
125 { return base_type::operator()(r_data, max_count); }
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h60 // 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...]
H A Dsanitizer_allocator_primary32.h305 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,
304 PopulateBatches(AllocatorCache *c, SizeClassInfo *sci, uptr class_id, TransferBatch **current_batch, uptr max_count, uptr *pointers_array, uptr count) argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h58 // max_count will be zero, leading to check failure.
61 if (UNLIKELY(c->count == c->max_count))
62 Drain(c, allocator, class_id, c->max_count / 2);
85 u32 max_count; member in struct:SizeClassAllocator64LocalCache::PerClass
93 if (LIKELY(c->max_count))
98 c->max_count = 2 * SizeClassMap::MaxCachedHint(size);
101 DCHECK_NE(c->max_count, 0UL);
107 const uptr num_requested_chunks = c->max_count / 2;
177 // max_count will be zero, leading to check failure.
180 if (UNLIKELY(c->count == c->max_count))
207 uptr max_count; member in struct:SizeClassAllocator32LocalCache::PerClass
[all...]
H A Dsanitizer_allocator_primary32.h307 TransferBatch **current_batch, uptr max_count,
322 if (b->Count() == max_count) {
342 const uptr max_count = TransferBatch::MaxCached(size); local
343 DCHECK_GT(max_count, 0);
351 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count,
358 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count,
306 PopulateBatches(AllocatorCache *c, SizeClassInfo *sci, uptr class_id, TransferBatch **current_batch, uptr max_count, uptr *pointers_array, uptr count) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h53 // 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...]
H A Dsanitizer_allocator_primary32.h317 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,
316 PopulateBatches(AllocatorCache *c, SizeClassInfo *sci, uptr class_id, TransferBatch **current_batch, uptr max_count, uptr *pointers_array, uptr count) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfindcmd.c62 ULONGEST max_count = ~(ULONGEST) 0; local
84 max_count = atoi (s);
204 *max_countp = max_count;
218 ULONGEST max_count = 0; local
225 gdb::byte_vector pattern_buf = parse_find_args (args, &max_count,
236 && found_count < max_count)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfindcmd.c62 ULONGEST max_count = ~(ULONGEST) 0; local
84 max_count = atoi (s);
204 *max_countp = max_count;
218 ULONGEST max_count = 0; local
225 gdb::byte_vector pattern_buf = parse_find_args (args, &max_count,
236 && found_count < max_count)
/netbsd-current/sys/external/bsd/libfdt/dist/
H A Dlibfdt_env.h87 * fdt_strnlen: returns the length of a string or max_count - which ever is
90 * Input 2 max_count: the maximum value returned by this function
91 * Output: length of the string or max_count (the smallest of the two)
93 static inline size_t fdt_strnlen(const char *string, size_t max_count) argument
95 const char *p = memchr(string, 0, max_count);
96 return p ? p - string : max_count;
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dtrees.c717 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
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dtrees.c713 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
[all...]
/netbsd-current/common/dist/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...]
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dtrees.c713 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
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dtrees.c713 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
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dtrees.c713 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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dprofile-count.c416 if (dump_file && v >= (gcov_type)max_count)
418 "Capping gcov count %" PRId64 " to max_count %" PRId64 "\n",
419 (int64_t) v, (int64_t) max_count);
420 ret.m_val = MIN (v, (gcov_type)max_count);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dprofile-count.cc438 if (dump_file && v >= (gcov_type)max_count)
440 "Capping gcov count %" PRId64 " to max_count %" PRId64 "\n",
441 (int64_t) v, (int64_t) max_count);
442 ret.m_val = MIN (v, (gcov_type)max_count);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dsparc-dis.c460 int min_count = num_opcodes, max_count = 0;
467 if (hash_count[i] > max_count)
468 max_count = hash_count[i];
473 min_count, max_count, (double) total / HASH_SIZE);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dsparc-dis.c459 int min_count = num_opcodes, max_count = 0;
466 if (hash_count[i] > max_count)
467 max_count = hash_count[i];
472 min_count, max_count, (double) total / HASH_SIZE);

Completed in 1006 milliseconds

123