Searched refs:endptr (Results 101 - 105 of 105) sorted by relevance

12345

/external/pcre/dist/
H A Dpcre_exec.c210 PCRE_PUCHAR endptr = p + length; local
211 while (p < endptr)
/external/valgrind/main/perf/
H A Dtinycc.c5382 long double strtold(const char *nptr, char **endptr)
5384 return (long double)strtod(nptr, endptr); argument
5386 float strtof(const char *nptr, char **endptr)
5388 return (float)strtod(nptr, endptr);
5380 strtold(const char *nptr, char **endptr) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js2153 function __parseInt(str, endptr, base, min, max, bits, unsign) {
2194 if (endptr) {
2195 HEAP32[((endptr)>>2)]=str
2215 }function _strtol(str, endptr, base) {
2216 return __parseInt(str, endptr, base, -2147483648, 2147483647, 32); // LONG_MIN, LONG_MAX.
15137 var $clip = 0, $call = 0, $tobool = 0, $head = 0, $call1 = 0, $tobool3 = 0, $tail = 0, $0 = 0, $name = 0, $1 = 0, $call4 = 0, $2 = 0, $name6 = 0, $3 = 0, $call7 = 0, $add8 = 0, $add9 = 0, $call10 = 0, $4 = 0, $name12 = 0, $5 = 0, $call13 = 0, $6 = 0, $graph15 = 0, $7 = 0, $8 = 0, $9 = 0, $and = 0, $tobool16 = 0, $strlen = 0, $endptr = 0, $10 = 0, $name21 = 0, $11 = 0, $call22 = 0, $12 = 0, $13 = 0, $call23 = 0, $14 = 0, $tobool24 = 0, $15 = 0, $call27 = 0, $16 = 0, $tobool29 = 0, $call31 = 0, $17 = 0, $tobool3231 = 0, $18 = 0, $incdec_ptr32 = 0, $19 = 0, $cmp = 0, $incdec_ptr = 0, $20 = 0, $tobool32 = 0, $call37 = 0, $tobool38 = 0, $styles_0 = 0, label = 0;
15187 $endptr = $call10 + $strlen | 0;
15196 HEAP8[$endptr] = HEAP8[102616] | 0;
15197 HEAP8[$endptr + 1 | 0] = HEAP8[102617 | 0] | 0;
15198 HEAP8[$endptr
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js2233 }function __parseInt(str, endptr, base, min, max, bits, unsign) {
2281 if (endptr) {
2282 HEAP32[((endptr)>>2)]=str
2302 }function _strtol(str, endptr, base) {
2303 return __parseInt(str, endptr, base, -2147483648, 2147483647, 32); // LONG_MIN, LONG_MAX.
[all...]

Completed in 537 milliseconds

12345