Lines Matching refs:alloc
87 #define MPD_NEW_CONST(name, flags, exp, digits, len, alloc, initval) \
88 mpd_uint_t name##_data[alloc] = {initval}; \
90 len, alloc, name##_data}
94 a->exp, a->digits, a->len, a->alloc, a->data}
478 * Input invariant: MPD_MINALLOC <= result->alloc.
480 * Case nwords == result->alloc:
483 * Case nwords > result->alloc:
489 * Case nwords < result->alloc:
503 assert(MPD_MINALLOC <= result->alloc);
506 if (nwords == result->alloc) {
510 if (nwords > result->alloc) {
525 assert(MPD_MINALLOC <= result->alloc);
528 if (nwords == result->alloc) {
532 if (nwords > result->alloc) {
548 assert(MPD_MINALLOC <= result->alloc);
551 if (nwords != result->alloc) {
553 if (nwords > result->alloc) {
578 if (!mpd_isstatic_data(result) && result->alloc > MPD_MINALLOC) {
583 result->alloc = MPD_MINALLOC;
1366 tmp.alloc = 2;
1990 dest->alloc = src->alloc;
5977 result->alloc = rsize;
8380 int alloc = 0; /* rdata == NULL */
8400 alloc = 1;
8430 if (alloc) {
8459 int alloc = 0; /* rdata == NULL */
8477 alloc = 1;
8523 if (alloc) {