Lines Matching refs:alloc
127 int used, alloc, sign;
239 if (c->alloc < max + 1) {
317 if (c->alloc < max) {
393 a->alloc = MP_PREC;
417 a->alloc = a->used = 0;
967 if (a->alloc < 2) {
1122 for (n = 0; n < a->alloc; n++) {
1139 if (b->alloc < a->used) {
1269 /* if the alloc size is smaller alloc more ram */
1270 if (a->alloc < size) {
1290 i = a->alloc;
1291 a->alloc = size;
1292 for (; i < a->alloc; i++) {
1340 if (b->alloc < a->used) {
1396 if (c->alloc < (int)(c->used + b/DIGIT_BIT + 1)) {
1512 if (a->alloc < a->used + b) {
2433 if (c->alloc < digs) {
2507 /* alloc mem */
2515 a->alloc = size;
2710 if (x->alloc < n->used + 1) {
2853 if (b->alloc < a->used + 1) {
3266 if (b->alloc < pa) {
3353 if (c->alloc < a->used + 1) {