HomeSort by relevance Sort by last modified time
    Searched defs:hit_count (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.h 26 atomic_uint32_t hit_count; member in struct:__sanitizer::Suppression
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc 107 atomic_fetch_add(&(*sp)->hit_count, 1, memory_order_relaxed);
145 atomic_fetch_add(&s->hit_count, 1, memory_order_relaxed);
158 int hit_count = 0; local
160 hit_count += atomic_load_relaxed(&matched[i]->hit_count);
161 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count,
164 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count),
tsan_interface_ann.cc 159 int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) {
166 *hit_count += cnt;
185 int hit_count = 0; local
188 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count,
195 hit_count, (int)internal_getpid());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_recent.h 28 __u32 hit_count; member in struct:xt_recent_mtinfo
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_recent.h 38 __u32 hit_count; member in struct:xt_recent_mtinfo
46 __u32 hit_count; member in struct:xt_recent_mtinfo_v1
  /external/iptables/include/linux/netfilter/
xt_recent.h 28 __u32 hit_count; member in struct:xt_recent_mtinfo
37 __u32 hit_count; member in struct:xt_recent_mtinfo_v1
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_recent.h 30 __u32 hit_count; member in struct:xt_recent_mtinfo
39 __u32 hit_count; member in struct:xt_recent_mtinfo_v1
  /external/compiler-rt/lib/lsan/
lsan_common.h 64 uptr hit_count; member in struct:__lsan::Leak
  /system/core/lmkd/tests/
lmkd_test.cpp 332 int hit_count = 0; local
340 hit_count++;
347 EXPECT_TRUE(hit_count == STEP_COUNT) << "Number of kills " << hit_count
  /external/v8/include/
v8-profiler.h 143 unsigned int hit_count; member in struct:v8::CpuProfileNode::LineTick

Completed in 4845 milliseconds