Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c420 int k, maxwds, sign, wds; member
625 rv->maxwds = x;
706 if (wds >= b->maxwds) {
752 if (b->wds >= b->maxwds) { in increment()
935 if (wc > a->maxwds)
1081 for(i = b->maxwds; n1 > i; i <<= 1)