Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c429 int k, maxwds, sign, wds; member
634 rv->maxwds = x;
715 if (wds >= b->maxwds) {
761 if (b->wds >= b->maxwds) { in increment()
944 if (wc > a->maxwds)
1090 for(i = b->maxwds; n1 > i; i <<= 1)