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

1 2

  /external/chromium_org/third_party/skia/debugger/QT/
SkSettingsWidget.h 60 *filterLevel = (SkPaint::FilterLevel)fFilterCombo.itemData(index).toUInt();
  /external/skia/debugger/QT/
SkSettingsWidget.h 60 *filterLevel = (SkPaint::FilterLevel)fFilterCombo.itemData(index).toUInt();
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateTimeFieldsState.cpp 41 unsigned const value = state[index].toUInt(&parsed);
FormController.cpp 70 size_t valueSize = stateVector[index++].toUInt();
212 size_t itemCount = stateVector[index++].toUInt();
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 120 static inline UInt toUInt ( Long x ) {
  /external/valgrind/main/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...]
guest_generic_bb_to_IR.c 256 ? 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))
    [all...]
main_util.c 291 buf[bufi++] = toHChar('0' + toUInt(u0 % base));
host_x86_isel.c 390 addInstr(env, X86Instr_Call( cc, toUInt(Ptr_to_ULong(cee->addr)),
    [all...]
host_amd64_isel.c 385 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
    [all...]
host_mips_isel.c 644 toUInt(Ptr_to_ULong(cee->addr));
    [all...]
host_ppc_isel.c     [all...]
host_amd64_defs.c     [all...]
  /external/oprofile/gui/
oprof_start.cpp 609 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/
InspectorHeapProfilerAgent.cpp 284 unsigned id = heapSnapshotObjectId.toUInt(&ok);
InspectorDOMAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 610 unsigned String::toUInt(bool* ok) const
617 return m_impl->toUInt(ok);
    [all...]
StringImpl.h 346 unsigned toUInt(bool* ok = 0); // ignores trailing garbage
WTFString.h 358 unsigned toUInt(bool* ok = 0) const;
StringImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURL.cpp 539 setPort(parsedPort.toUInt());

Completed in 900 milliseconds

1 2