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

/freebsd-11-stable/contrib/lua/src/
H A Dlstate.h124 #define CIST_LEQ (1<<7) /* using __lt for __le */ macro
H A Dlvm.c381 ** about it (to negate the result of r<l); bit CIST_LEQ in the call
393 L->ci->callstatus |= CIST_LEQ; /* mark it is doing 'lt' for 'le' */
395 L->ci->callstatus ^= CIST_LEQ; /* clear mark */
673 if (ci->callstatus & CIST_LEQ) { /* "<=" using "<" instead? */
675 ci->callstatus ^= CIST_LEQ; /* clear mark */

Completed in 59 milliseconds