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/WebKit/Source/core/html/
DateTimeFieldsState.cpp 41 unsigned const value = state[index].toUInt(&parsed);
HTMLVideoElement.cpp 150 unsigned w = getAttribute(widthAttr).string().toUInt(&ok);
157 unsigned h = getAttribute(heightAttr).string().toUInt(&ok);
FormController.cpp 69 size_t valueSize = stateVector[index++].toUInt();
211 size_t itemCount = stateVector[index++].toUInt();
HTMLAnchorElement.cpp 142 return value.substring(portStart, portEnd - portStart).toUInt();
502 unsigned port = value.toUInt();
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 110 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 551 UInt, toUInt );
552 case X86G_CC_OP_UMULL: ACTIONS_UMUL( 32, UInt, toUInt,
558 Int, toUInt );
559 case X86G_CC_OP_SMULL: ACTIONS_SMUL( 32, Int, toUInt,
    [all...]
guest_amd64_helpers.c 642 UInt, toUInt );
643 case AMD64G_CC_OP_UMULL: ACTIONS_UMUL( 32, UInt, toUInt,
651 Int, toUInt );
652 case AMD64G_CC_OP_SMULL: ACTIONS_SMUL( 32, Int, toUInt,
    [all...]
host_generic_simd64.c 53 return 0xFFFFFFFF & toUInt(w64 >> 32);
56 return 0xFFFFFFFF & toUInt(w64);
71 UInt hi32 = toUInt(w64 >> 32);
75 UInt hi32 = toUInt(w64 >> 32);
102 UInt hi32 = toUInt(w64 >> 32);
106 UInt hi32 = toUInt(w64 >> 32);
110 UInt hi32 = toUInt(w64 >> 32);
114 UInt hi32 = toUInt(w64 >> 32);
    [all...]
guest_generic_bb_to_IR.c 255 ? IRConst_U32(toUInt(guest_IP_bbstart))
387 imark->Ist.IMark.len = toUInt(dres.len);
423 = toUShort(toUInt( vge->len[vge->n_used-1] + dres.len ));
672 = guest_word_type==Ity_I32 ? IRConst_U32(toUInt(base2check))
    [all...]
main_util.c 291 buf[bufi++] = toHChar('0' + toUInt(u0 % base));
host_amd64_isel.c 367 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
    [all...]
host_x86_isel.c 376 addInstr(env, X86Instr_Call( cc, toUInt(Ptr_to_ULong(cee->addr)),
    [all...]
host_mips_isel.c 511 target = toUInt(Ptr_to_ULong(cee->addr));
    [all...]
host_ppc_isel.c 902 toUInt(Ptr_to_ULong(cee->addr));
    [all...]
host_amd64_defs.c     [all...]
guest_arm_toIR.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 281 unsigned id = heapSnapshotObjectId.toUInt(&ok);
InspectorDOMAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 596 unsigned String::toUInt(bool* ok) const
603 return m_impl->toUInt(ok);
    [all...]
StringImpl.h 339 unsigned toUInt(bool* ok = 0); // ignores trailing garbage
WTFString.h 374 unsigned toUInt(bool* ok = 0) const;
StringImpl.cpp 895 unsigned StringImpl::toUInt(bool* ok)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]

Completed in 999 milliseconds

1 2