HomeSort by relevance Sort by last modified time
    Searched refs:toBool (Results 1 - 25 of 37) sorted by null

1 2

  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /external/valgrind/main/VEX/priv/
host_generic_regs.h 134 return toBool(((UInt)r) & (1<<24));
ir_opt.c 267 return toBool( isIRAtom(e->Iex.Binop.arg1)
616 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE)
    [all...]
main_util.c 442 Bool hexcaps = toBool(*format == 'P');
487 Bool emit = toBool(c == '\n' || n_myprintf_buf >= 1000-10 /*paranoia*/);
ir_defs.c     [all...]
host_mips_isel.c 546 return toBool(u == (UInt) i);
553 return toBool(hregClass(am->Mam.IR.base) == HRcGPR(mode64) &&
557 return toBool(hregClass(am->Mam.RR.base) == HRcGPR(mode64) &&
884 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32);
885 Bool size = toBool(e->Iex.Binop.op == Iop_MullS32)
886 || toBool(e->Iex.Binop.op == Iop_MullU32);
    [all...]
guest_amd64_toIR.c 501 return toBool(0xC0 == (mod_reg_rm & 0xC0));
682 return toBool((pfx & 0xFF000000) == PFX_EMPTY);
686 return toBool(pfx & PFX_REX);
705 return toBool((pfx & (PFX_F2|PFX_F3)) > 0);
708 return toBool((pfx & PFX_F2) > 0);
711 return toBool((pfx & PFX_F3) > 0);
715 return toBool((pfx & PFX_66) > 0);
718 return toBool((pfx & PFX_ASO) > 0);
725 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_66);
732 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_F2)
    [all...]
guest_generic_x87.c 121 = toBool(
274 isInf = toBool(
    [all...]
host_ppc_isel.c     [all...]
host_amd64_isel.c 257 toBool( hregClass(am->Aam.IR.reg) == HRcInt64
262 toBool( hregClass(am->Aam.IRRS.base) == HRcInt64
281 return toBool(x == y1);
    [all...]
guest_generic_bb_to_IR.c 218 debug_print = toBool(vex_traceflags & VEX_TRACE_FE);
288 = toBool(
356 toBool(n_cond_resteers_allowed > 0),
    [all...]
host_ppc_defs.c     [all...]
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c 770 toBool( e->tag == Iex_Const
    [all...]
host_amd64_defs.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 90 static inline Bool toBool ( Int x ) {
  /external/valgrind/main/VEX/useful/
fp_80_64.c 119 = toBool(
272 isInf = toBool(
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 129 static Bool toBool ( Int x ) {
470 caps = toBool(format[i] == 'X');
  /external/valgrind/main/coregrind/m_debuginfo/
misc.c 72 return toBool(*p == 0x10);
debuginfo.c 942 Bool exe_ok = toBool(prot & VKI_PROT_EXEC);
944 exe_ok = exe_ok || toBool(prot & VKI_PROT_READ);
965 Bool r_ok = toBool(prot & VKI_PROT_READ);
966 Bool w_ok = toBool(prot & VKI_PROT_WRITE);
967 Bool x_ok = toBool(prot & VKI_PROT_EXEC);
    [all...]
  /external/skia/tests/
Sk64Test.cpp 13 int8_t zero, pos, neg, toBool, sign;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 171 rr = toBool(prot & VKI_PROT_READ);
172 ww = toBool(prot & VKI_PROT_WRITE);
173 xx = toBool(prot & VKI_PROT_EXEC);
223 Bool rr = toBool(prot & VKI_PROT_READ);
224 Bool ww = toBool(prot & VKI_PROT_WRITE);
225 Bool xx = toBool(prot & VKI_PROT_EXEC);
253 Bool f_fixed = toBool(flags & VKI_MREMAP_FIXED);
254 Bool f_maymove = toBool(flags & VKI_MREMAP_MAYMOVE);
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c     [all...]
  /external/libxml2/
xpath.c     [all...]
  /external/valgrind/main/coregrind/
m_debuglog.c 791 caps = toBool(format[i] == 'X');

Completed in 1495 milliseconds

1 2