Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h56 if (UNLIKELY(c->count == c->max_count)) in Deallocate()
80 u32 max_count; member
88 if (LIKELY(c->max_count)) in InitCache()
96 DCHECK_NE(c->max_count, 0UL); in InitCache()
102 const uptr num_requested_chunks = c->max_count / 2; in Refill()
181 if (UNLIKELY(c->count == c->max_count)) in Deallocate()
208 uptr max_count; member
217 if (LIKELY(c->max_count)) in InitCache()
224 c->max_count = 2 * max_cached; in InitCache()
238 DCHECK_NE(c->max_count, 0UL); in InitCache()
[all …]
H A Dsanitizer_allocator_primary32.h317 TransferBatch **current_batch, uptr max_count, in PopulateBatches() argument
332 if (b->Count() == max_count) { in PopulateBatches()
352 const uptr max_count = TransferBatch::MaxCached(size); in PopulateFreeList() local
353 DCHECK_GT(max_count, 0); in PopulateFreeList()
361 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count, in PopulateFreeList()
368 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count, in PopulateFreeList()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinfinite-loop.mm51 NSUInteger max_count = 10;
52 while ([arr count] < max_count) {
68 NSUInteger max_count = 10;
69 while (arr.count < max_count) {
95 NSUInteger max_count = 10;
96 while (_count < max_count) {
112 NSUInteger max_count = 10;
113 while (arr->_count < max_count) {
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-synthtype/
H A DmyIntSynthProvider.py32 def num_children(self, max_count): argument
33 if 16 < max_count:
35 return max_count
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/
H A DmyIntSynthProvider.py32 def num_children(self, max_count): argument
33 if 16 < max_count:
35 return max_count
/llvm-project-15.0.7/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/
H A Ddefault.pred.pass.cpp53 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument
57 assert(count_equal::count <= max_count); in do_search()
/llvm-project-15.0.7/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/
H A Dmake_default_searcher.pred.pass.cpp38 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument
42 assert(count_equal::count <= max_count); in do_search()
/llvm-project-15.0.7/lldb/examples/synthetic/
H A Dlibcxx.py418 if steps > self.max_count:
446 if steps > self.max_count:
452 def __init__(self, node, max_count=0): argument
456 self.max_count = max_count
581 self.root_node, max_count=self.num_children())
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.search/func.search.bm/
H A Dpred.pass.cpp52 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument
57 assert(count_equal::count <= max_count); in do_search()
H A Dhash.pred.pass.cpp56 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument
63 assert(count_equal::count <= max_count); in do_search()
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/
H A Dhash.pred.pass.cpp55 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument
62 assert(count_equal::count <= max_count); in do_search()
H A Dpred.pass.cpp51 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument
56 assert(count_equal::count <= max_count); in do_search()
/llvm-project-15.0.7/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/
H A Dhash.pred.pass.cpp56 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument
63 assert(count_equal::count <= max_count); in do_search()
H A Dpred.pass.cpp52 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument
57 assert(count_equal::count <= max_count); in do_search()
/llvm-project-15.0.7/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/
H A Dpred.pass.cpp53 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument
58 assert(count_equal::count <= max_count); in do_search()
H A Dhash.pred.pass.cpp57 void do_search(Iter1 b1, Iter1 e1, Iter2 b2, Iter2 e2, Iter1 result, unsigned max_count) { in do_search() argument
64 assert(count_equal::count <= max_count); in do_search()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc887 const size_t max_count = (repeat == '?') ? 1 : in MatchRepetitionAndRegexAtHead() local
892 for (size_t i = 0; i <= max_count; ++i) { in MatchRepetitionAndRegexAtHead()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp968 int max_count; in filter_hw_subset() local
996 max_count = get_ratio(level); in filter_hw_subset()
997 if (max_count < 0 || in filter_hw_subset()
998 (num != kmp_hw_subset_t::USE_ALL && num + offset > max_count)) { in filter_hw_subset()
1068 max_count = get_ncores_with_attr_per(item.attr[j], level_above); in filter_hw_subset()
1069 if (max_count <= 0 || in filter_hw_subset()
1070 (num != kmp_hw_subset_t::USE_ALL && num + offset > max_count)) { in filter_hw_subset()
/llvm-project-15.0.7/lldb/examples/python/
H A Dmach_o.py1089 dump_memory(0, sect_bytes, options.max_count, 16)