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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h141 char dirtybdflag; /* bit-wise flag to indicate "dirty" bound arrays */ member in struct:__anon1616
H A Deplex.c1048 lpd->dirtybdflag = 0;
2712 if (lpd->dirtybdflag & 3)
2714 if (lpd->dirtybdflag & 1) TryFree(lpd->bdl);
2715 if (lpd->dirtybdflag & 2) TryFree(lpd->bdu);
2716 lpd->dirtybdflag = 0;
3175 if we have non-default bounds we set the appropriate bit of the lpd->dirtybdflag
3231 lpd->dirtybdflag |= 3;
3280 lpd->dirtybdflag |= 1;
3332 lpd->dirtybdflag |= 2;
3429 lpd->dirtybdflag |
[all...]

Completed in 92 milliseconds