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

1 2

  /external/webkit/Source/WebCore/html/
HTMLVideoElement.cpp 157 unsigned w = getAttribute(widthAttr).string().toUInt(&ok);
164 unsigned h = getAttribute(heightAttr).string().toUInt(&ok);
HTMLAnchorElement.cpp 70 return value.substring(portStart, portEnd - portStart).toUInt();
423 unsigned port = value.toUInt();
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 110 static inline UInt toUInt ( Long x ) {
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptconverter_p.h 48 quint32 idx = qstring.toUInt(&ok);
  /external/webkit/Source/WebCore/inspector/
InspectorFrontendClientLocal.cpp 150 unsigned preferredHeight = value.isEmpty() ? defaultAttachedHeight : value.toUInt();
InspectorDOMAgent.cpp     [all...]
  /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...]
  /external/webkit/Source/WebCore/plugins/
PluginPackage.cpp 261 unsigned major = majorMinorParts[0].toUInt(&converted);
267 unsigned minor = majorMinorParts[1].toUInt(&converted);
  /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/webkit/Tools/QtTestBrowser/
main.cpp 249 unsigned int maxSize = takeOptionValue(&args, setOfflineStorageDefaultQuotaIndex).toUInt();
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 276 unsigned toUInt(bool* ok = 0); // ignores trailing garbage
WTFString.cpp 524 unsigned String::toUInt(bool* ok) const
531 return m_impl->toUInt(ok);
WTFString.h 268 unsigned toUInt(bool* ok = 0) const;
StringImpl.cpp 441 unsigned StringImpl::toUInt(bool* ok)
  /external/webkit/Source/WebCore/bindings/js/
ScriptDebugServer.cpp 95 unsigned lineNumber = tokens[1].toUInt(&success);
  /external/webkit/Source/WebCore/loader/
FTPDirectoryParser.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 921 uint cacheLoadValue = cacheLoad.toUInt(&ok);
    [all...]

Completed in 473 milliseconds

1 2