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

/xsrc/external/mit/libXTrap/dist/src/
H A DXEWrappers.c275 #define IS_AFTER(t1,t2) (((t2).high > (t1).high) \
289 if ((IS_AFTER(app->timerQueue->te_timer_value, cur_time)) &&
/xsrc/external/mit/libXt/dist/src/
H A DNextEvent.c134 #define IS_AFTER(t1, t2) (((t2).tv_sec > (t1).tv_sec) \ macro
339 if (IS_AFTER(wt->cur_time, app->timerQueue->te_timer_value)) {
342 if (howlong == NULL || IS_AFTER(wt->wait_time, wt->max_wait_time))
354 if (IS_AFTER(wt->cur_time, app->timerQueue->te_timer_value)) {
357 if (howlong == NULL || IS_AFTER(wt->wait_time, wt->max_wait_time))
707 if (IS_AFTER(wt.time_spent, *wt.wait_time_ptr)) {
802 while (t != NULL && IS_AFTER(t->te_timer_value, ptr->te_timer_value)) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h72 #define IS_AFTER(t1, t2) ((t2).val > (t1).val) macro
103 #define IS_AFTER(t1, t2) \ macro
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglutint.h90 #define IS_AFTER(t1, t2) ((t2).val > (t1).val) macro
121 #define IS_AFTER(t1, t2) \ macro
H A Dglut_event.c149 while (other && IS_AFTER(other->timeout, timer->timeout)) {
900 if (IS_AFTER(now, timeout)) {
928 if (IS_AFTER(now, timeout)) {

Completed in 12 milliseconds