/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() 925 && e->Iex.Const.con->Ico.U32 == 0); in isZeroU32() 1090 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr() 1094 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr() 1098 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32) in fold_Expr() 1113 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U32))); in fold_Expr() 1156 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)); in fold_Expr() 1166 /* signed */ Long s64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; in fold_Expr() 1196 (0xFFFFFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32) in fold_Expr() [all …]
|
D | host_s390_isel.c | 335 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break; in s390_expr_is_const_zero() 424 IRRoundingMode mode = rounding_expr->Iex.Const.con->Ico.U32; in decode_rounding_mode() 1252 case Ico_U32: value = con->Ico.U32; break; in s390_isel_int_expr_wrk() 1354 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break; in s390_isel_int_expr_RMI()
|
D | host_x86_isel.c | 117 && e->Iex.Const.con->Ico.U32 == 0; in isZeroU32() 1436 UInt imm32 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; in iselIntExpr_AMode_wrk() 1466 return X86AMode_IR(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, r1); in iselIntExpr_AMode_wrk() 1512 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RMI_wrk() 1572 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI_wrk() 1853 X86RMI_Imm(con->Iex.Const.con->Ico.U32), in iselCondCode_wrk()
|
D | guest_arm_helpers.c | 550 && e->Iex.Const.con->Ico.U32 == n ); in isU32()
|
D | ir_defs.c | 74 case Ico_U32: vex_printf( "0x%x:I32", (UInt)(con->Ico.U32)); break; in ppIRConst() 1310 c->Ico.U32 = u32; in IRConst_U32() 1781 case Ico_U32: return IRConst_U32(c->Ico.U32); in deepCopyIRConst() 3576 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in eqIRConst()
|
D | host_ppc_isel.c | 1952 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_R_wrk() 2107 ->Iex.Const.con->Ico.U32)) { in iselWordExpr_AMode_wrk() 2108 return PPCAMode_IR( (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, in iselWordExpr_AMode_wrk() 2173 case Ico_U32: u = 0xFFFFFFFF & con->Ico.U32; break; in iselWordExpr_RH_wrk() 2230 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_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() 1991 return AMD64RMI_Imm(e->Iex.Const.con->Ico.U32); break; in iselIntExpr_RMI_wrk() 2060 return AMD64RI_Imm(e->Iex.Const.con->Ico.U32); in iselIntExpr_RI_wrk()
|
/external/skia/src/views/ |
D | SkWidget.cpp | 15 SkWidgetView::SkWidgetView(U32 flags) : SkView(flags) 78 SkTextView::SkTextView(U32 flags) : SkView(flags), fInterp(NULL), fDoInterp(false) 209 SkSliderView::SkSliderView(U32 flags) : SkWidgetView(flags)
|
D | SkWidgets.cpp | 337 SkStaticTextView::SkStaticTextView(U32 flags) : SkView(flags) 498 SkBitmapView::SkBitmapView(U32 flags) : SkView(flags)
|
D | SkListView.cpp | 210 SkListView::SkListView(U32 flags) : SkWidgetView(flags) 549 SkGridView::SkGridView(U32 flags) : SkWidgetView(flags)
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 360 uint32_t U32; in TEST() local 378 bool U32Success = StringRef(Unsigned[i].Str).getAsInteger(0, U32); in TEST() 381 EXPECT_EQ(U32, Unsigned[i].Expected); in TEST()
|
/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 | 327 U32 len2 = squarefixed(x) + squarefixed(y); in setLength()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 1054 : sb_in->next->Iex.Const.con->Ico.U32); in VG_() 1089 st->Ist.Exit.dst->Ico.U32); in VG_()
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 2085 enum VFPType { S32, U32, F32, F64 }; enumerator 2092 case U32: in IsSignedVFPType() 2104 case U32: in IsIntegerVFPType() 2219 emit(EncodeVCVT(F64, dst.code(), U32, src.code(), mode, cond)); in vcvt_f64_u32() 2237 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 | 848 dst = (sizeof(Addr) == 4) ? st->Ist.Exit.dst->Ico.U32 : in lk_instrument()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 287 UInt U32; member
|
/external/llvm/lib/Target/ |
D | README.txt | 352 typedef unsigned U32; 354 int test (U32 *inst, U64 *regs) { 356 U32 temp = *inst; 373 when it is declared U32.
|
/external/skia/src/effects/ |
D | SkGradientShader.cpp | 495 U32 t0 = (((s0 & 0xFF00FF) * blend + (s1 & 0xFF00FF) * otherBlend) >> 8) & 0xFF00FF; in dot8_blend_packed32() 496 U32 t1 = (((s0 >> 8) & 0xFF00FF) * blend + ((s1 >> 8) & 0xFF00FF) * otherBlend) & 0xFF00FF00; in dot8_blend_packed32()
|
/external/valgrind/tsan/ |
D | ts_valgrind.cc | 1036 target = con->tag == Ico_U32 ? con->Ico.U32 : con->Ico.U64; in ts_instrument_final_jump()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 299 (sizeof_SP==4 ? (Long)(Int)(con->Ico.U32) \ in vg_SP_update_pass()
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 1144 sea = (Addr64)(UInt)dst->Ico.U32; in cg_instrument()
|
/external/valgrind/main/callgrind/ |
D | main.c | 793 addr = con->Ico.U32; in IRConst2Addr()
|