Searched refs:macsz (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h125 int macsz; /* size of column buffer arrays */ member in struct:__anon1616
139 double *bdl; /* [macsz growable] */
140 double *bdu; /* [macsz growable] */
H A Deplex.c323 #define NEWCOL_INCR 1022 /* macsz arrays growth increment */
1017 lpd->macsz = vcol.nint;
3162 any existing bounds arrays contain default values and are length lpd->macsz
3164 1) if vadded.nint > lpd->macsz any existing arrays are too small:
3178 if (vadded.nint > lpd->macsz) /* any existing bound arrays are too small */
3190 immediately after flushing: no need to increase lpd->macsz since
3237 newcsz = Max(vadded.nint, lpd->macsz+NEWCOL_INCR);
3252 for (i=lpd->macsz; i<newcsz; i++)
3257 lpd->macsz = newcsz;
3287 newcsz = Max(vadded.nint, lpd->macsz
[all...]

Completed in 89 milliseconds