Home
last modified time | relevance | path

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

1234

/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h61 if (UNLIKELY(c->count == c->max_count)) in Deallocate()
62 Drain(c, allocator, class_id, c->max_count / 2); in Deallocate()
85 u32 max_count; member
93 if (LIKELY(c->max_count)) in InitCache()
101 DCHECK_NE(c->max_count, 0UL); in InitCache()
107 const uptr num_requested_chunks = c->max_count / 2; in Refill()
180 if (UNLIKELY(c->count == c->max_count)) in Deallocate()
207 uptr max_count; member
216 if (LIKELY(c->max_count)) in InitCache()
223 c->max_count = 2 * max_cached; in InitCache()
[all …]
H A Dsanitizer_allocator_primary32.h307 TransferBatch **current_batch, uptr max_count, in PopulateBatches() argument
322 if (b->Count() == max_count) { in PopulateBatches()
342 const uptr max_count = TransferBatch::MaxCached(size); in PopulateFreeList() local
343 DCHECK_GT(max_count, 0); in PopulateFreeList()
351 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count, in PopulateFreeList()
358 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count, in PopulateFreeList()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h63 if (UNLIKELY(c->count == c->max_count)) in Deallocate()
64 Drain(c, allocator, class_id, c->max_count / 2); in Deallocate()
87 u32 max_count; member
95 if (LIKELY(c->max_count)) in InitCache()
103 DCHECK_NE(c->max_count, 0UL); in InitCache()
109 const uptr num_requested_chunks = c->max_count / 2; in Refill()
182 if (UNLIKELY(c->count == c->max_count)) in Deallocate()
209 uptr max_count; member
218 if (LIKELY(c->max_count)) in InitCache()
225 c->max_count = 2 * max_cached; in InitCache()
[all …]
H A Dsanitizer_allocator_primary32.h305 TransferBatch **current_batch, uptr max_count, in PopulateBatches() argument
320 if (b->Count() == max_count) { in PopulateBatches()
340 const uptr max_count = TransferBatch::MaxCached(size); in PopulateFreeList() local
341 DCHECK_GT(max_count, 0); in PopulateFreeList()
349 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count, in PopulateFreeList()
356 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count, in PopulateFreeList()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h61 if (UNLIKELY(c->count == c->max_count)) in Deallocate()
62 Drain(c, allocator, class_id, c->max_count / 2); in Deallocate()
85 u32 max_count; member
93 if (LIKELY(c->max_count)) in InitCache()
101 DCHECK_NE(c->max_count, 0UL); in InitCache()
107 const uptr num_requested_chunks = c->max_count / 2; in Refill()
180 if (UNLIKELY(c->count == c->max_count)) in Deallocate()
207 uptr max_count; member
216 if (LIKELY(c->max_count)) in InitCache()
223 c->max_count = 2 * max_cached; in InitCache()
[all …]
H A Dsanitizer_allocator_primary32.h307 TransferBatch **current_batch, uptr max_count, in PopulateBatches() argument
322 if (b->Count() == max_count) { in PopulateBatches()
342 const uptr max_count = TransferBatch::MaxCached(size); in PopulateFreeList() local
343 DCHECK_GT(max_count, 0); in PopulateFreeList()
351 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count, in PopulateFreeList()
358 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count, in PopulateFreeList()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dfindcmd.c62 ULONGEST max_count = ~(ULONGEST) 0; in parse_find_args() local
84 max_count = atoi (s); in parse_find_args()
204 *max_countp = max_count; in parse_find_args()
218 ULONGEST max_count = 0; in find_command() local
225 gdb::byte_vector pattern_buf = parse_find_args (args, &max_count, in find_command()
236 && found_count < max_count) in find_command()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dfindcmd.c62 ULONGEST max_count = ~(ULONGEST) 0; in parse_find_args() local
84 max_count = atoi (s); in parse_find_args()
204 *max_countp = max_count; in parse_find_args()
218 ULONGEST max_count = 0; in find_command() local
225 gdb::byte_vector pattern_buf = parse_find_args (args, &max_count, in find_command()
236 && found_count < max_count) in find_command()
/netbsd/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_macinfo.c53 Dwarf_Unsigned max_count, Dwarf_Signed *entry_cnt, in dwarf_get_macro_details() argument
78 if (max_count != 0 && cnt > max_count) in dwarf_get_macro_details()
79 cnt = max_count; in dwarf_get_macro_details()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dblacklist.c126 int max_count = 0; in wpa_blacklist_clear() local
131 if (e->count > max_count) in wpa_blacklist_clear()
132 max_count = e->count; in wpa_blacklist_clear()
140 wpa_s->extra_blacklist_count += max_count; in wpa_blacklist_clear()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dlist_update_policy.hpp102 max_count = Max_Count enumerator
119 { return base_type::operator()(max_count); } in operator ()()
125 { return base_type::operator()(r_data, max_count); } in operator ()()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dlist_update_policy.hpp102 max_count = Max_Count enumerator
119 { return base_type::operator()(max_count); } in operator ()()
125 { return base_type::operator()(r_data, max_count); } in operator ()()
/netbsd/external/mit/expat/dist/tests/
H A Dstructdata.c70 storage->max_count = 0; in StructData_Init()
81 if (storage->count == storage->max_count) { in StructData_AddItem()
84 storage->max_count += STRUCT_EXTENSION_COUNT; in StructData_AddItem()
86 storage->max_count * sizeof(StructDataEntry)); in StructData_AddItem()
/netbsd/sys/external/bsd/libfdt/dist/
H A Dlibfdt_env.h93 static inline size_t fdt_strnlen(const char *string, size_t max_count) in fdt_strnlen() argument
95 const char *p = memchr(string, 0, max_count); in fdt_strnlen()
96 return p ? p - string : max_count; in fdt_strnlen()
/netbsd/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;
786 max_count = 138, min_count = 3;
788 max_count = 6, min_count = 3;
[all …]
/netbsd/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;
786 max_count = 138, min_count = 3;
788 max_count = 6, min_count = 3;
[all …]
/netbsd/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;
790 max_count = 138, min_count = 3;
792 max_count = 6, min_count = 3;
[all …]
/netbsd/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;
788 max_count = 138, min_count = 3;
790 max_count = 6, min_count = 3;
[all …]
/netbsd/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;
786 max_count = 138, min_count = 3;
788 max_count = 6, min_count = 3;
[all …]
/netbsd/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;
786 max_count = 138, min_count = 3;
788 max_count = 6, min_count = 3;
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dprofile-count.c416 if (dump_file && v >= (gcov_type)max_count) in from_gcov_type()
419 (int64_t) v, (int64_t) max_count); in from_gcov_type()
420 ret.m_val = MIN (v, (gcov_type)max_count); in from_gcov_type()
H A Dprofile-count.cc438 if (dump_file && v >= (gcov_type)max_count) in from_gcov_type()
441 (int64_t) v, (int64_t) max_count); in from_gcov_type()
442 ret.m_val = MIN (v, (gcov_type)max_count); in from_gcov_type()
H A Dauto-profile.c1098 gcov_type max_count = 0; in afdo_set_bb_count() local
1109 if (info.count > max_count) in afdo_set_bb_count()
1110 max_count = info.count; in afdo_set_bb_count()
1135 bb->count = profile_count::from_gcov_type (max_count).afdo (); in afdo_set_bb_count()
1521 profile_count max_count = ENTRY_BLOCK_PTR_FOR_FN (cfun)->count; in afdo_annotate_cfg() local
1530 if (bb->count > max_count) in afdo_annotate_cfg()
1531 max_count = bb->count; in afdo_annotate_cfg()
1551 if (max_count > profile_count::zero ()) in afdo_annotate_cfg()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dprofile-count.c416 if (dump_file && v >= (gcov_type)max_count) in from_gcov_type()
419 (int64_t) v, (int64_t) max_count); in from_gcov_type()
420 ret.m_val = MIN (v, (gcov_type)max_count); in from_gcov_type()
/netbsd/external/gpl2/grep/dist/src/
H A Dgrep.c461 static off_t max_count; /* Stop after outputting this many variable
796 outleft = max_count; in grep()
1358 max_count = MAX_OFF_T; in main()
1528 max_count = value; in main()
1529 if (0 <= max_count && max_count == value) in main()
1533 max_count = MAX_OFF_T; in main()
1741 if (max_count == 0) in main()

1234