/external/icing/icing/scoring/ |
D | ranker.cc | 93 scored_terms.at(left).hit_count < scored_terms.at(min).hit_count) { in HeapifyTermDown() 99 scored_terms.at(right).hit_count < scored_terms.at(min).hit_count) { in HeapifyTermDown() 122 if (root >= 0 && scored_terms.at(target_subtree_child_index).hit_count < in HeapifyTermUp() 123 scored_terms.at(root).hit_count) { in HeapifyTermUp() 199 } else if (scored_terms_heap.at(0).hit_count < term.hit_count) { in PushToTermHeap()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.cc | 107 atomic_fetch_add(&(*sp)->hit_count, 1, memory_order_relaxed); in IsSuppressed() 145 atomic_fetch_add(&s->hit_count, 1, memory_order_relaxed); in IsSuppressed() 158 int hit_count = 0; in PrintMatchedSuppressions() local 160 hit_count += atomic_load_relaxed(&matched[i]->hit_count); in PrintMatchedSuppressions() 161 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count, in PrintMatchedSuppressions() 164 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count), in PrintMatchedSuppressions()
|
D | tsan_interface_ann.cc | 159 int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) { in CollectMatchedBenignRaces() argument 166 *hit_count += cnt; in CollectMatchedBenignRaces() 185 int hit_count = 0; in PrintMatchedBenignRaces() local 188 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count, in PrintMatchedBenignRaces() 195 hit_count, (int)internal_getpid()); in PrintMatchedBenignRaces()
|
D | tsan_rtl_report.cc | 545 atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed); in IsFiredSuppression() 561 atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed); in IsFiredSuppression()
|
/external/icing/icing/index/ |
D | term-metadata.h | 26 : content(std::move(content_in)), hit_count(hit_count_in) {} in TermMetadata() 32 int hit_count; member
|
D | index.cc | 120 lite_term_itr->hit_count + main_term_itr->hit_count; in MergeAndRankTermMetadatas() 226 ICING_ASSIGN_OR_RETURN(int hit_count, in FindLiteTermsByPrefix() 228 if (hit_count > 0) { in FindLiteTermsByPrefix() 231 TermMetadata(term_iterator.GetKey(), hit_count)); in FindLiteTermsByPrefix()
|
D | index_test.cc | 119 MATCHER_P2(EqualsTermMetadata, content, hit_count, "") { 122 << ", hit_count=" << actual.hit_count 124 << ", hit_count=" << hit_count << "}."; 125 return actual.content == content && actual.hit_count == hit_count;
|
/external/iptables/extensions/ |
D | libxt_recent.c | 43 .flags = XTOPT_PUT, XTOPT_POINTER(s, hit_count)}, 69 .flags = XTOPT_PUT, XTOPT_POINTER(s, hit_count)}, 199 if(info->hit_count) printf(" hit_count: %d", info->hit_count); in recent_print() 239 if(info->hit_count) printf(" --hitcount %d", info->hit_count); in recent_save()
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_recent.h | 30 __u32 hit_count; member 39 __u32 hit_count; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_recent.h | 28 __u32 hit_count; member 37 __u32 hit_count; member
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 413 &matched[i]->hit_count)), matched[i]->weight, matched[i]->templ); in PrintMatchedSuppressions() 544 leaks_[i].hit_count++; in AddLeakedChunk() 598 leaks_[index].total_size, leaks_[index].hit_count); in PrintReportForLeak() 625 allocations += leaks_[i].hit_count; in PrintSummary() 638 atomic_store_relaxed(&s->hit_count, atomic_load_relaxed(&s->hit_count) + in ApplySuppressions() 639 leaks_[i].hit_count); in ApplySuppressions()
|
D | lsan_common.h | 64 uptr hit_count; member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_suppressions.h | 26 atomic_uint32_t hit_count; member
|
D | sanitizer_suppressions.cc | 164 if (atomic_load_relaxed(&suppressions_[i].hit_count)) in GetMatched()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
D | gpu_backend_lib.cc | 617 int hit_count = 0; member 642 if (hit) g_hsacoCache.hit_count++; in Find() 645 << g_hsacoCache.hit_count << " hits"; in Find()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 27245 <!-- unsigned int __sanitizer::Suppression::hit_count --> 27246 …<var-decl name='hit_count' type-id='type-id-138' visibility='default' filepath='../../.././libsani…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 15458 …<var-decl name='hit_count' type-id='type-id-138' visibility='default' filepath='../../.././libsani…
|