Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c3384 int dplen = strlen((const char *)decimalpoint); in gethex() local
3386 int dplen = 1; in gethex() local
3390 nd -= dplen; in gethex()
3391 if (nd > maxdigits && (strunc = alloca(maxdigits + dplen + 2)) != NULL) { in gethex()
3392 ssize_t nd0 = decpt ? decpt - s0 - dplen : nd; in gethex()
3398 memcpy(strunc, s0, maxdigits + dplen); in gethex()
3399 tp += dplen; in gethex()
3409 s0 += dplen; in gethex()