HomeSort by relevance Sort by last modified time
    Searched refs:toUInt (Results 1 - 19 of 19) sorted by null

  /external/skia/debugger/QT/
SkSettingsWidget.h 56 *filterQuality = (SkFilterQuality)fFilterCombo.itemData(index).toUInt();
  /external/valgrind/VEX/pub/
libvex_basictypes.h 126 static inline UInt toUInt ( Long x ) {
  /external/valgrind/VEX/priv/
host_generic_simd128.c 48 return toUInt(t);
53 return toUInt((xx > yy) ? xx : yy);
58 return toUInt((xx < yy) ? xx : yy);
63 return toUInt((xx > yy) ? xx : yy);
68 return toUInt((xx < yy) ? xx : yy);
guest_x86_helpers.c 552 UInt, toUInt );
553 case X86G_CC_OP_UMULL: ACTIONS_UMUL( 32, UInt, toUInt,
559 Int, toUInt );
560 case X86G_CC_OP_SMULL: ACTIONS_SMUL( 32, Int, toUInt,
    [all...]
guest_amd64_helpers.c 709 UInt, toUInt );
710 case AMD64G_CC_OP_UMULL: ACTIONS_UMUL( 32, UInt, toUInt,
718 Int, toUInt );
719 case AMD64G_CC_OP_SMULL: ACTIONS_SMUL( 32, Int, toUInt,
    [all...]
host_generic_simd64.c 54 return 0xFFFFFFFF & toUInt(w64 >> 32);
57 return 0xFFFFFFFF & toUInt(w64);
72 UInt hi32 = toUInt(w64 >> 32);
76 UInt hi32 = toUInt(w64 >> 32);
103 UInt hi32 = toUInt(w64 >> 32);
107 UInt hi32 = toUInt(w64 >> 32);
111 UInt hi32 = toUInt(w64 >> 32);
115 UInt hi32 = toUInt(w64 >> 32);
    [all...]
main_util.c 296 buf[bufi++] = toHChar('0' + toUInt(u0 % base));
guest_generic_bb_to_IR.c 259 ? IRConst_U32(toUInt(guest_IP_bbstart))
428 = toUShort(toUInt( vge->len[vge->n_used-1] + dres.len ));
676 = guest_word_type==Ity_I32 ? IRConst_U32(toUInt(base2check))
    [all...]
host_x86_isel.c     [all...]
host_amd64_isel.c 384 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
    [all...]
host_mips_isel.c 645 toUInt((Addr)cee->addr);
    [all...]
host_ppc_isel.c     [all...]
guest_tilegx_toIR.c     [all...]
host_amd64_defs.c     [all...]
guest_arm_toIR.c     [all...]
host_arm_isel.c     [all...]
guest_mips_toIR.c     [all...]
guest_ppc_toIR.c     [all...]
guest_x86_toIR.c     [all...]

Completed in 848 milliseconds