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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Derror.h55 #define PDELAY_MASK 7 /* mask for the arity */ macro
H A Demu.c1365 else if ((err_code & ~PDELAY_MASK) == PDELAY)
1404 if (err_code & PDELAY_MASK) /* delay on argument(s) 1-3 */
1408 if (err_code & (PDELAY_1 & PDELAY_MASK)) {
1415 if (err_code & (PDELAY_2 & PDELAY_MASK)) {
1422 if (err_code & (PDELAY_3 & PDELAY_MASK)) {
1610 else if ((err_code & ~PDELAY_MASK) == PDELAY)
1647 if (err_code & PDELAY_MASK) /* delay on argument(s) 1-3 */
1650 if (err_code & (PDELAY_1 & PDELAY_MASK)) {
1660 if (err_code & (PDELAY_2 & PDELAY_MASK)) {
1670 if (err_code & (PDELAY_3 & PDELAY_MASK)) {
[all...]

Completed in 32 milliseconds