Searched refs:IS_AT_OR_AFTER (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXTrap/dist/src/
H A DXEWrappers.c28 #define IS_AT_OR_AFTER(t1, t2) (((t2).high > (t1).high) \ macro
66 #define IS_AT_OR_AFTER(t1, t2) (((t2).tv_sec > (t1).tv_sec) \ macro
172 if (IS_AT_OR_AFTER(te_ptr->te_timer_value, cur_time))
/xsrc/external/mit/libXt/dist/src/
H A DNextEvent.c137 #define IS_AT_OR_AFTER(t1, t2) (((t2).tv_sec > (t1).tv_sec) \ macro
1196 while (IS_AT_OR_AFTER(app->timerQueue->te_timer_value, cur_time)) {
1367 if (IS_AT_OR_AFTER(app->timerQueue->te_timer_value, cur_time)) {
1491 if ((IS_AT_OR_AFTER(app->timerQueue->te_timer_value, cur_time)) &&
1545 if (IS_AT_OR_AFTER(app->timerQueue->te_timer_value, cur_time))
1612 while (IS_AT_OR_AFTER
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h74 #define IS_AT_OR_AFTER(t1, t2) ((t2).val >= (t1).val) macro
107 #define IS_AT_OR_AFTER(t1, t2) \ macro
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglutint.h92 #define IS_AT_OR_AFTER(t1, t2) ((t2).val >= (t1).val) macro
125 #define IS_AT_OR_AFTER(t1, t2) \ macro
H A Dglut_event.c173 while (IS_AT_OR_AFTER(__glutTimerList->timeout, now)) {

Completed in 11 milliseconds