/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 74 if (UNLIKELY(!thread_inited)) in malloc() 82 if (UNLIKELY(!thread_inited)) in free() 89 if (UNLIKELY(!thread_inited)) in calloc() 99 if (UNLIKELY(!thread_inited)) in realloc() 112 if (UNLIKELY(!thread_inited)) in memalign() 120 if (UNLIKELY(!thread_inited)) in posix_memalign() 128 if (UNLIKELY(!thread_inited)) in valloc()
|
/external/valgrind/VEX/priv/ |
D | host_s390_defs.c | 1504 if (UNLIKELY(vex_traceflags & VEX_TRACE_ASM)) in s390_emit_AR() 1514 if (UNLIKELY(vex_traceflags & VEX_TRACE_ASM)) in s390_emit_AGR() 1524 if (UNLIKELY(vex_traceflags & VEX_TRACE_ASM)) in s390_emit_A() 1534 if (UNLIKELY(vex_traceflags & VEX_TRACE_ASM)) in s390_emit_AY() 1544 if (UNLIKELY(vex_traceflags & VEX_TRACE_ASM)) in s390_emit_AG() 1556 if (UNLIKELY(vex_traceflags & VEX_TRACE_ASM)) in s390_emit_AFI() 1568 if (UNLIKELY(vex_traceflags & VEX_TRACE_ASM)) in s390_emit_AGFI() 1578 if (UNLIKELY(vex_traceflags & VEX_TRACE_ASM)) in s390_emit_AH() 1588 if (UNLIKELY(vex_traceflags & VEX_TRACE_ASM)) in s390_emit_AHY() 1598 if (UNLIKELY(vex_traceflags & VEX_TRACE_ASM)) in s390_emit_AHI() [all …]
|
D | host_generic_maddf.c | 144 if (UNLIKELY (u.ieee.exponent + v.ieee.exponent in h_generic_calc_MAddF64() 146 || UNLIKELY (u.ieee.exponent >= 0x7ff - DBL_MANT_DIG) in h_generic_calc_MAddF64() 147 || UNLIKELY (v.ieee.exponent >= 0x7ff - DBL_MANT_DIG) in h_generic_calc_MAddF64() 148 || UNLIKELY (w.ieee.exponent >= 0x7ff - DBL_MANT_DIG) in h_generic_calc_MAddF64() 149 || UNLIKELY (u.ieee.exponent + v.ieee.exponent in h_generic_calc_MAddF64() 253 if (UNLIKELY (adjust < 0)) { in h_generic_calc_MAddF64()
|
D | main_util.h | 47 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
|
D | guest_s390_toIR.c | 1736 if (UNLIKELY(vex_traceflags & VEX_TRACE_FE)) in s390_format_I() 1745 if (UNLIKELY(vex_traceflags & VEX_TRACE_FE)) in s390_format_E() 1762 if (UNLIKELY(vex_traceflags & VEX_TRACE_FE)) in s390_format_RI_RU() 1772 if (UNLIKELY(vex_traceflags & VEX_TRACE_FE)) in s390_format_RI_RI() 1782 if (UNLIKELY(vex_traceflags & VEX_TRACE_FE)) in s390_format_RI_RP() 1792 if (UNLIKELY(vex_traceflags & VEX_TRACE_FE)) in s390_format_RIE_RRP() 1802 if (UNLIKELY(vex_traceflags & VEX_TRACE_FE)) in s390_format_RIE_RRI0() 1813 if (UNLIKELY(vex_traceflags & VEX_TRACE_FE)) in s390_format_RIE_RRUUU() 1825 if (UNLIKELY(vex_traceflags & VEX_TRACE_FE)) in s390_format_RIE_RRPU() 1837 if (UNLIKELY(vex_traceflags & VEX_TRACE_FE)) in s390_format_RIE_RUPU() [all …]
|
D | host_generic_simd64.c | 1566 if (UNLIKELY(y == 0)) return 0; in h_calc_udiv32_w_arm_semantics() 1574 if (UNLIKELY(y == 0)) return 0; in h_calc_udiv64_w_arm_semantics() 1582 if (UNLIKELY(y == 0)) return 0; in h_calc_sdiv32_w_arm_semantics() 1584 if (UNLIKELY( ((UInt)x) == ((UInt)0x80000000) in h_calc_sdiv32_w_arm_semantics() 1597 if (UNLIKELY(y == 0)) return 0; in h_calc_sdiv64_w_arm_semantics() 1599 if (UNLIKELY( ((ULong)x) == ((ULong)0x8000000000000000ULL ) in h_calc_sdiv64_w_arm_semantics()
|
/external/valgrind/coregrind/ |
D | m_stacks.c | 287 if (UNLIKELY(stackseg == NULL)) { in VG_() 296 if (UNLIKELY((!stackseg->hasR || !stackseg->hasW) in VG_() 308 if (UNLIKELY(*start < stackseg->start)) { in VG_() 319 if (UNLIKELY(stackseg->kind == SkResvn)) { in VG_() 334 if (UNLIKELY(*end > stackseg->end)) { in VG_() 344 if (UNLIKELY(*start > *end)) { in VG_() 401 if (UNLIKELY(current_stack == NULL || \ 420 if (UNLIKELY(delta < -VG_(clo_max_stackframe) \
|
D | m_poolalloc.c | 122 if (UNLIKELY(pa->nextFree == NULL)) { in VG_()
|
/external/libchrome/base/ |
D | compiler_specific.h | 182 #if !defined(UNLIKELY) 184 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro 186 #define UNLIKELY(x) (x) macro
|
/external/libweave/third_party/chromium/base/ |
D | compiler_specific.h | 182 #if !defined(UNLIKELY) 184 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro 186 #define UNLIKELY(x) (x) macro
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 39 if (UNLIKELY(IsInCallocPool(ptr))) in INTERCEPTOR() 46 if (UNLIKELY(IsInCallocPool(ptr))) in INTERCEPTOR() 57 if (UNLIKELY(!asan_inited)) { in INTERCEPTOR() 72 if (UNLIKELY(IsInCallocPool(ptr))) { in INTERCEPTOR()
|
D | asan_interceptors.cc | 155 if (SANITIZER_MAC && UNLIKELY(!asan_inited)) \ 376 if (UNLIKELY(!asan_inited)) return internal_memcpy(to, from, size); \ 398 if (UNLIKELY(!asan_inited)) return internal_memset(block, c, size); \ 414 if (UNLIKELY(!asan_inited)) \ 459 if (UNLIKELY(!asan_inited)) return internal_strchr(str, c); in INTERCEPTOR() 535 if (UNLIKELY(!asan_inited)) return REAL(strcpy)(to, from); // NOLINT in INTERCEPTOR() 556 if (UNLIKELY(!asan_inited)) return internal_strdup(s); in INTERCEPTOR() 572 if (UNLIKELY(!asan_inited)) return internal_strlen(s); in INTERCEPTOR() 641 if (UNLIKELY(!asan_inited)) return REAL(atoi)(nptr); in INTERCEPTOR() 662 if (UNLIKELY(!asan_inited)) return REAL(atol)(nptr); in INTERCEPTOR() [all …]
|
D | asan_interceptors.h | 119 if (UNLIKELY(!asan_inited)) { \
|
D | asan_rtl.cc | 164 if (UNLIKELY(s)) { \ 165 if (UNLIKELY(size >= SHADOW_GRANULARITY || \
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 136 # define UNLIKELY(x) (x) macro 149 # define UNLIKELY(x) __builtin_expect(!!(x), 0) macro 202 if (UNLIKELY(!(expr))) { \ 214 if (UNLIKELY(!(v1 op v2))) \
|
/external/valgrind/helgrind/ |
D | libhb_core.c | 1047 if (UNLIKELY(free_lineF)) { in clear_LineF_of_Z() 1333 && UNLIKELY(tree[7] == SVal_INVALID || tree[6] == SVal_INVALID in normalise_tree() 1668 if (UNLIKELY(ga_ix == N_WAY_NENT)) in shmem__invalidate_scache_range() 2312 if (UNLIKELY(here->thrid >= me_thrid)) in VTS__tick() 2337 if (UNLIKELY(here->tym >= (1ULL << SCALARTS_N_TYMBITS) - 2ULL)) { in VTS__tick() 2595 if (UNLIKELY(i == useda)) { in VTS__cmp_structural() 3602 while (UNLIKELY(!VG_IS_8_ALIGNED(a)) && LIKELY(len > 0)) { in Filter__clear_range_SLOW() 3614 while (UNLIKELY(len > 0)) { in Filter__clear_range_SLOW() 3662 if (UNLIKELY(!VG_IS_8_ALIGNED(c))) { in Filter__clear_range() 3711 if (UNLIKELY(address_in_range(fi->tags[clineno], c, full_len))) { in Filter__clear_range() [all …]
|
/external/valgrind/drd/ |
D | drd_load_store.c | 540 if (UNLIKELY(DRD_(any_address_is_traced)())) { in instrument_store() 671 if (UNLIKELY(DRD_(any_address_is_traced)())) { in DRD_() 686 if (UNLIKELY(DRD_(any_address_is_traced)())) { in DRD_() 755 if (UNLIKELY(DRD_(any_address_is_traced)())) in DRD_() 776 if (UNLIKELY(DRD_(any_address_is_traced)())) in DRD_()
|
D | drd_main.c | 349 if (UNLIKELY(DRD_(any_address_is_traced)())) in drd_start_using_mem() 354 if (UNLIKELY(DRD_(running_thread_inside_pthread_create)())) in drd_start_using_mem() 382 if (UNLIKELY(DRD_(any_address_is_traced)())) in drd_stop_using_mem()
|
/external/valgrind/memcheck/ |
D | mc_main.c | 634 if (UNLIKELY(is_distinguished_sm(*p))) in get_secmap_for_writing_low() 642 if (UNLIKELY(is_distinguished_sm(*p))) in get_secmap_for_writing_high() 1791 if (UNLIKELY( MC_(clo_mc_level) == 3 )) in MC_() 1807 if (UNLIKELY( MC_(clo_mc_level) == 3 )) in MC_() 1844 if (UNLIKELY( MC_(clo_mc_level) == 3 )) in MC_() 1867 if (UNLIKELY(MC_(clo_mc_level) >= 3)) { in make_mem_defined_if_addressable() 1884 if (UNLIKELY(MC_(clo_mc_level) >= 3)) { in make_mem_defined_if_noaccess() 2492 if (UNLIKELY(0 == (ocacheL1_event_ctr++ in find_OCacheLine_SLOW() 2619 if (UNLIKELY(a > MAX_PRIMARY_ADDRESS)) { in make_aligned_word32_undefined() 2662 if (UNLIKELY(a > MAX_PRIMARY_ADDRESS)) { in make_aligned_word32_noaccess() [all …]
|
/external/valgrind/include/ |
D | pub_tool_basics.h | 433 # define UNLIKELY(x) __builtin_expect(!!(x), 0) macro 436 # define UNLIKELY(x) (x) macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_mac.cc | 51 if (UNLIKELY(val == nullptr)) { in SignalSafeGetOrAllocate()
|
/external/libchrome/base/trace_event/ |
D | process_memory_maps_dump_provider.cc | 161 if (UNLIKELY(proc_smaps_for_testing)) { in OnMemoryDump()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | server.h | 123 do { if (UNLIKELY(VG_(debugLog_getLevel)() >= level)) \
|
/external/compiler-rt/lib/msan/ |
D | msan.cc | 318 if (UNLIKELY(s)) { \ 334 if (UNLIKELY(s)) { \
|
/external/valgrind/callgrind/ |
D | global.h | 809 if (UNLIKELY( (CLG_(clo).verbose >x) && \ 819 if (UNLIKELY(!(cond))) { \
|