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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h144 char *qgtype; /* [ngents] types of non-continuous vars */
145 int *mgcols; /* [ngents] col-nos of non-continuous vars */
148 int ngents; /* number of non-continuous vars */ member in struct:__anon1616
H A Deplex.c3599 ++lpd->ngents;
4123 if (lpd->ngents) /* has integers */
4128 lpd->ngents = %i;\n\
4135 }, lpd->ngents);
4136 CallN(lpd->qgtype = (char *)Malloc(lpd->ngents*sizeof(char)));
4137 CallN(lpd->mgcols = (int *)Malloc(lpd->ngents*sizeof(int)));
4153 lpd->ngents = j;
4154 Log1(lpd->ngents = %i, j);
4166 lpd->ngents, lpd->nsos, lpd->qgtype, lpd->mgcols, NULL,

Completed in 91 milliseconds