Lines Matching refs:MPD_MINALLOC
478 * Input invariant: MPD_MINALLOC <= result->alloc.
503 assert(MPD_MINALLOC <= result->alloc);
505 nwords = (nwords <= MPD_MINALLOC) ? MPD_MINALLOC : nwords;
525 assert(MPD_MINALLOC <= result->alloc);
527 nwords = (nwords <= MPD_MINALLOC) ? MPD_MINALLOC : nwords;
548 assert(MPD_MINALLOC <= result->alloc);
550 nwords = (nwords <= MPD_MINALLOC) ? MPD_MINALLOC : nwords;
567 * Reduce memory size for the coefficient to MPD_MINALLOC. In theory,
578 if (!mpd_isstatic_data(result) && result->alloc > MPD_MINALLOC) {
580 result->data = mpd_realloc(result->data, MPD_MINALLOC,
583 result->alloc = MPD_MINALLOC;
1618 * does not fit in MPD_MINALLOC.
1637 * that does not fit in MPD_MINALLOC.
1666 * that does not fit in MPD_MINALLOC.