Lines Matching refs:alloc
116 int used, alloc, sign;
226 if (c->alloc < max + 1) {
304 if (c->alloc < max) {
380 a->alloc = MP_PREC;
404 a->alloc = a->used = 0;
951 if (a->alloc < 2) {
1106 for (n = 0; n < a->alloc; n++) {
1123 if (b->alloc < a->used) {
1253 /* if the alloc size is smaller alloc more ram */
1254 if (a->alloc < size) {
1274 i = a->alloc;
1275 a->alloc = size;
1276 for (; i < a->alloc; i++) {
1324 if (b->alloc < a->used) {
1380 if (c->alloc < (int)(c->used + b/DIGIT_BIT + 1)) {
1497 if (a->alloc < a->used + b) {
2415 if (c->alloc < digs) {
2487 /* alloc mem */
2495 a->alloc = size;
2690 if (x->alloc < n->used + 1) {
2833 if (b->alloc < a->used + 1) {
3246 if (b->alloc < pa) {
3333 if (c->alloc < a->used + 1) {