Home
last modified time | relevance | path

Searched refs:parseInt (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DVersionTuple.cpp39 static bool parseInt(StringRef &input, unsigned &value) { in parseInt() function
65 if (parseInt(input, major)) in tryParse()
77 if (parseInt(input, minor)) in tryParse()
89 if (parseInt(input, micro)) in tryParse()
101 if (parseInt(input, build)) in tryParse()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMaxConsumers.java46 value = Integer.parseInt(property); in getIntegerProperty()
H A DTestDrop.java117 seconds = Integer.parseInt(args[0]); in main()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp1062 static Optional<uint64_t> parseInt(StringRef Tok) { in parseInt() function
1281 if (Optional<uint64_t> Val = parseInt(Tok)) in readPrimary()
1318 if (Optional<uint64_t> Val = parseInt(Tok)) in readPhdrType()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java791 pid = Integer.parseInt(pidstr); in main()
/freebsd-12.1/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1101 curIndex = parseInt(tooltip[0].style.zIndex, 10),
1972 return parseInt(vendorCss(elem, prop), 10);
H A Djquery.js1575 …( parseInt( ( document.defaultView.getComputedStyle( marginDiv, null ) || { marginRight: 0 } ).mar…
2679 parseInt( attributeNode.value, 10 ) :