/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 902 && e1->Iex.Const.con->Ico.U32 in sameIcoU32s() 903 == e2->Iex.Const.con->Ico.U32 ); in sameIcoU32s() 1031 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr() 1035 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr() 1039 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32) in fold_Expr() 1054 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr() 1097 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)); in fold_Expr() 1100 /* signed */ Long s64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; in fold_Expr() 1115 (0xFFFFFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32) in fold_Expr() 1125 UInt w32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; in fold_Expr() [all …]
|
D | guest_arm_helpers.c | 306 && e->Iex.Const.con->Ico.U32 == n ); in isU32()
|
D | ir_defs.c | 73 case Ico_U32: vex_printf( "0x%x:I32", (UInt)(con->Ico.U32)); break; in ppIRConst() 1252 c->Ico.U32 = u32; in IRConst_U32() 1708 case Ico_U32: return IRConst_U32(c->Ico.U32); in deepCopyIRConst() 3417 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in eqIRConst()
|
D | host_ppc_isel.c | 1925 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_R_wrk() 2080 ->Iex.Const.con->Ico.U32)) { in iselWordExpr_AMode_wrk() 2081 return PPCAMode_IR( (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, in iselWordExpr_AMode_wrk() 2146 case Ico_U32: u = 0xFFFFFFFF & con->Ico.U32; break; in iselWordExpr_RH_wrk() 2203 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_RI_wrk()
|
D | host_x86_isel.c | 116 && e->Iex.Const.con->Ico.U32 == 0; in isZeroU32() 1435 UInt imm32 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode_wrk() 1465 return X86AMode_IR(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, r1); in iselIntExpr_AMode_wrk() 1511 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RMI_wrk() 1571 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI_wrk()
|
D | host_arm_isel.c | 679 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode1_wrk() 745 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode2_wrk() 797 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AModeV_wrk() 872 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI84_wrk() 926 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI5_wrk() 1724 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_R_wrk()
|
D | host_amd64_isel.c | 283 && e->Iex.Const.con->Ico.U32 == 0; in isZeroU32() 1962 return AMD64RMI_Imm(e->Iex.Const.con->Ico.U32); break; in iselIntExpr_RMI_wrk() 2031 return AMD64RI_Imm(e->Iex.Const.con->Ico.U32); in iselIntExpr_RI_wrk()
|
D | guest_x86_helpers.c | 772 && e->Iex.Const.con->Ico.U32 == n ); in isU32()
|
/external/skia/src/views/ |
D | SkWidget.cpp | 8 SkWidgetView::SkWidgetView(U32 flags) : SkView(flags) 71 SkTextView::SkTextView(U32 flags) : SkView(flags), fInterp(NULL), fDoInterp(false) 202 SkSliderView::SkSliderView(U32 flags) : SkWidgetView(flags)
|
D | SkWidgets.cpp | 330 SkStaticTextView::SkStaticTextView(U32 flags) : SkView(flags) 491 SkBitmapView::SkBitmapView(U32 flags) : SkView(flags)
|
D | SkListView.cpp | 203 SkListView::SkListView(U32 flags) : SkWidgetView(flags) 542 SkGridView::SkGridView(U32 flags) : SkWidgetView(flags)
|
/external/chromium/net/base/ |
D | dnsrr_resolver.cc | 447 bool U32(uint32* v) { in U32() function in net::Buffer 623 !buf.U32(&ttl) || in ParseFromResponse()
|
/external/skia/src/core/ |
D | SkPoint.cpp | 314 U32 len2 = squarefixed(x) + squarefixed(y); in setLength()
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 2265 enum VFPType { S32, U32, F32, F64 }; enumerator 2272 case U32: in IsSignedVFPType() 2284 case U32: in IsIntegerVFPType() 2399 emit(EncodeVCVT(F64, dst.code(), U32, src.code(), mode, cond)); in vcvt_f64_u32() 2417 emit(EncodeVCVT(U32, dst.code(), F64, src.code(), mode, cond)); in vcvt_u32_f64()
|
/external/iptables/extensions/ |
D | libxt_u32.man | 1 U32 tests whether quantities of up to 4 bytes extracted from a packet have
|
/external/valgrind/main/lackey/ |
D | lk_main.c | 846 dst = (sizeof(Addr) == 4) ? st->Ist.Exit.dst->Ico.U32 : in lk_instrument()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 283 UInt U32; member
|
/external/skia/src/effects/ |
D | SkGradientShader.cpp | 449 U32 t0 = (((s0 & 0xFF00FF) * blend + (s1 & 0xFF00FF) * otherBlend) >> 8) & 0xFF00FF; in dot8_blend_packed32() 450 U32 t1 = (((s0 >> 8) & 0xFF00FF) * blend + ((s1 >> 8) & 0xFF00FF) * otherBlend) & 0xFF00FF00; in dot8_blend_packed32()
|
/external/llvm/lib/Target/ |
D | README.txt | 368 typedef unsigned U32; 370 int test (U32 *inst, U64 *regs) { 372 U32 temp = *inst; 389 when it is declared U32.
|
/external/valgrind/tsan/ |
D | ts_valgrind.cc | 1028 target = con->tag == Ico_U32 ? con->Ico.U32 : con->Ico.U64; in ts_instrument_final_jump()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 273 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \ in vg_SP_update_pass()
|
/external/valgrind/main/callgrind/ |
D | main.c | 792 addr = con->Ico.U32; in IRConst2Addr()
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 1144 sea = (Addr64)(UInt)dst->Ico.U32; in cg_instrument()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 751 // U32 (U=1, sx=1) -> UL
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 877 && e->Iex.Const.con->Ico.U32 == 0 ); in isZeroU32() 4536 case Ico_U32: n = (ULong)con->Ico.U32; break; in isBogusAtom()
|