Searched refs:LIKELY (Results 1 - 25 of 44) sorted by relevance

12

/external/valgrind/include/
H A Dpub_tool_libcassert.h37 ((void) (LIKELY(expr) ? 0 : \
45 ((void) (LIKELY(expr) ? 0 : \
H A Dpub_tool_basics.h344 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
347 # define LIKELY(x) (x) macro
H A Dpub_tool_libcbase.h145 if (LIKELY(0 == (((Addr)sz) & (Addr)(sizeof(UWord)-1)))
146 && LIKELY(0 == (((Addr)s) & (Addr)(sizeof(UWord)-1)))) {
/external/valgrind/coregrind/
H A Dpub_core_libcassert.h51 ((void) (LIKELY(expr) ? 0 : \
58 ((void) (LIKELY(expr) ? 0 : \
H A Dm_stacks.c275 if (LIKELY(stack)) {
H A Dm_execontext.c129 if (LIKELY(init_done))
/external/valgrind/VEX/priv/
H A Dmain_util.h46 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
60 ((void) (LIKELY(expr) ? 0 : \
H A Dhost_generic_maddf.c264 if (LIKELY (adjust == 0)) {
269 } else if (LIKELY (adjust > 0)) {
H A Dhost_generic_regs.c168 if (LIKELY(hregIsVirtual(reg))) {
H A Dhost_generic_regs.h368 if (LIKELY(ha->arr_used < ha->arr_size)) {
H A Dhost_generic_reg_alloc2.c224 if (LIKELY(used < *size)) return;
694 if (LIKELY((rMentioned & jMask) == 0))
H A Dir_opt.c491 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
2702 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg))) {
3043 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
3500 if (LIKELY(a1->tag != a2->tag))
4668 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
5205 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
5596 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
6326 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg))) {
6535 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
/external/compiler-rt/lib/asan/
H A Dasan_stack.h41 if (LIKELY(asan_inited)) {
H A Dasan_rtl.cc361 if (LIKELY(asan_inited)) return;
/external/valgrind/memcheck/
H A Dmc_main.c519 if (LIKELY(auxmap_L1[0].base == a))
521 if (LIKELY(auxmap_L1[1].base == a)) {
573 if (LIKELY(res))
1085 if (LIKELY(gIgnoredAddressRanges != NULL))
1093 if (LIKELY(gIgnoredAddressRanges == NULL))
1249 if (LIKELY(n_addrs_bad == 0))
1322 if (LIKELY(sizeof(void*) == 8
1327 if (LIKELY(vabits16 == VA_BITS16_DEFINED))
1329 if (LIKELY(vabits16 == VA_BITS16_UNDEFINED))
1333 if (LIKELY(sizeo
[all...]
/external/valgrind/coregrind/m_aspacemgr/
H A Dpriv_aspacemgr.h82 ((void) (LIKELY(expr) ? 0 : \
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h133 # define LIKELY(x) (x) macro
147 # define LIKELY(x) __builtin_expect(!!(x), 1)
/external/valgrind/helgrind/
H A Dlibhb_core.c788 if (LIKELY(gaKey == smCache[0].gaKey))
790 if (LIKELY(gaKey == smCache[1].gaKey)) {
923 if (LIKELY(sm)) {
1027 if (LIKELY(free_lineF)) {
1570 if (LIKELY(i == N_LINE_ARANGE)) {
1727 if (LIKELY(tag == cache_shmem.tags0[wix])) {
2581 if (LIKELY(useda == usedb)) {
2589 if (LIKELY(tmpa->tym == tmpb->tym
3455 return LIKELY(vi1 == vi2) ? True : VtsID__cmpLEQ_WRK(vi1, vi2);
3487 return LIKELY(vi
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc603 if (LIKELY(store_word == 0))
767 if (LIKELY(ContainsSameAccess(shadow_mem, cur.raw(),
792 if (LIKELY(ContainsSameAccess(shadow_mem, cur.raw(),
/external/valgrind/coregrind/m_debuginfo/
H A Dtytypes.c355 if (LIKELY(cache != NULL)) {
394 if (LIKELY(cache != NULL) && LIKELY(res != NULL)) {
H A Dimage.c599 if (LIKELY(/* img->ces[0] != NULL && */
809 if (LIKELY(ML_(img_valid)(img, offset, size)))
H A Dreadmacho.c661 if (LIKELY(buf[i] != first))
/external/valgrind/exp-dhat/
H A Ddh_main.c114 if (LIKELY(fbc_cache0
121 if (LIKELY(fbc_cache1
/external/valgrind/exp-sgcheck/
H A Dsg_main.c1462 if (LIKELY(sf->htab[ix].insn_addr == ip)) {
1467 if (LIKELY(sf->htab[ix].insn_addr == 0)) {
1823 if (LIKELY(eq_Invar(&new_inv, inv)))
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c875 if (LIKELY(VG_(tt_fast)[cno].guest == (Addr)tst->arch.vex.VG_INSTR_PTR))
886 if (LIKELY(found)) {

Completed in 766 milliseconds

12