Searched refs:toUInt (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/skia/debugger/QT/
H A DSkSettingsWidget.h60 *filterLevel = (SkPaint::FilterLevel)fFilterCombo.itemData(index).toUInt();
/external/skia/debugger/QT/
H A DSkSettingsWidget.h60 *filterLevel = (SkPaint::FilterLevel)fFilterCombo.itemData(index).toUInt();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateTimeFieldsState.cpp41 unsigned const value = state[index].toUInt(&parsed);
H A DFormController.cpp70 size_t valueSize = stateVector[index++].toUInt();
212 size_t itemCount = stateVector[index++].toUInt();
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h120 static inline UInt toUInt ( Long x ) { function
/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd128.c48 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);
H A Dguest_x86_helpers.c552 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,
2512 UInt hi32 = toUInt(w64 >> 32);
2516 UInt hi32 = toUInt(w64 >> 32);
2520 UInt lo32 = toUInt(w64);
2524 UInt lo32 = toUInt(w64);
2529 UInt hi32 = toUInt(w64 >> 32);
2533 UInt hi32 = toUInt(w6
[all...]
H A Dguest_amd64_helpers.c709 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,
2069 = toUShort(toUInt( ((ftop & 7) << 11) | (c3210 & 0x4700) ));
2071 = toUShort(toUInt( amd64g_create_fpucw( vex_state->guest_FPROUND ) ));
3046 UInt hi32 = toUInt(w64 >> 32);
3050 UInt hi32 = toUInt(w64 >> 32);
3054 UInt lo32 = toUInt(w64);
3058 UInt lo32 = toUInt(w6
[all...]
H A Dhost_generic_simd64.c54 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);
H A Dguest_generic_bb_to_IR.c256 ? IRConst_U32(toUInt(guest_IP_bbstart))
389 imark->Ist.IMark.len = toUInt(dres.len);
425 = toUShort(toUInt( vge->len[vge->n_used-1] + dres.len ));
674 = guest_word_type==Ity_I32 ? IRConst_U32(toUInt(base2check))
H A Dmain_util.c291 buf[bufi++] = toHChar('0' + toUInt(u0 % base));
H A Dhost_x86_isel.c390 addInstr(env, X86Instr_Call( cc, toUInt(Ptr_to_ULong(cee->addr)),
2095 UInt wHi = toUInt(w64 >> 32);
2096 UInt wLo = toUInt(w64);
2254 UInt wHi = toUInt(w64 >> 32);
2255 UInt wLo = toUInt(w64);
H A Dhost_amd64_isel.c385 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
1977 UInt offset = toUInt(simm32->Iex.Const.con->Ico.U64);
2008 toUInt(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64),
2058 return AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64));
2127 return AMD64RI_Imm(toUInt(e->Iex.Const.con->Ico.U64));
H A Dhost_mips_isel.c644 toUInt(Ptr_to_ULong(cee->addr));
2303 UInt wHi = toUInt(w64 >> 32);
2304 UInt wLo = toUInt(w64);
H A Dhost_ppc_isel.c1033 : toUInt(Ptr_to_ULong(cee->addr));
3573 target = toUInt( Ptr_to_ULong(h_calc_BCDtoDPB ) );
3614 target = toUInt( Ptr_to_ULong( h_calc_DPBtoBCD ) );
H A Dhost_amd64_defs.c1993 p = emit32(p, toUInt(w64 & 0xFFFFFFFF));
1994 p = emit32(p, toUInt((w64 >> 32) & 0xFFFFFFFF));
/external/oprofile/gui/
H A Doprof_start.cpp609 cfg.count = event_count_edit->text().toUInt();
623 uint temp = buffer_size_edit->text().toUInt();
637 temp = buffer_watershed_edit->text().toUInt();
652 temp = cpu_buffer_size_edit->text().toUInt();
667 temp = note_table_size_edit->text().toUInt();
681 temp = callgraph_depth_edit->text().toUInt();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHeapProfilerAgent.cpp284 unsigned id = heapSnapshotObjectId.toUInt(&ok);
H A DInspectorDOMAgent.cpp2104 unsigned childNumber = indexValue.toUInt(&success);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp1088 size_t index = state[1].toUInt();
1100 const size_t index = state[i + 1].toUInt();
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp610 unsigned String::toUInt(bool* ok) const function in class:WTF::String
617 return m_impl->toUInt(ok);
H A DStringImpl.h346 unsigned toUInt(bool* ok = 0); // ignores trailing garbage
H A DWTFString.h358 unsigned toUInt(bool* ok = 0) const;
H A DStringImpl.cpp1044 unsigned StringImpl::toUInt(bool* ok) function in class:WTF::StringImpl
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.cpp539 setPort(parsedPort.toUInt());

Completed in 713 milliseconds

12