Lines Matching defs:maxwds
314 - maxwds is the maximum number of words space was allocated for
315 (usually maxwds == 2**k)
328 int k, maxwds, sign, wds;
337 of memory, where pool k (0 <= k <= Kmax) is for Bigints b with b->maxwds ==
382 rv->maxwds = x;
428 rv->maxwds = x;
471 if (wds >= b->maxwds) {
648 if (wc > a->maxwds)
809 for(i = b->maxwds; n1 > i; i <<= 1)
2205 b->maxwds = 1 << (b->k = *(int*)b);