Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c419 int k, maxwds, sign, wds; member
624 rv->maxwds = x;
705 if (wds >= b->maxwds) {
751 if (b->wds >= b->maxwds) { in increment()
934 if (wc > a->maxwds)
1080 for(i = b->maxwds; n1 > i; i <<= 1)