Lines Matching defs:maxwds
308 - maxwds is the maximum number of words space was allocated for
309 (usually maxwds == 2**k)
322 int k, maxwds, sign, wds;
331 of memory, where pool k (0 <= k <= Kmax) is for Bigints b with b->maxwds ==
376 rv->maxwds = x;
422 rv->maxwds = x;
478 if (wds >= b->maxwds) {
660 if (wc > a->maxwds)
855 for(i = b->maxwds; n1 > i; i <<= 1)
2302 b->maxwds = 1 << (b->k = *(int*)b);