Searched refs:IS_AFTER (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XEWrappers.c | 275 #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 D | NextEvent.c | 134 #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 D | glutint.h | 72 #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 D | glutint.h | 90 #define IS_AFTER(t1, t2) ((t2).val > (t1).val) macro 121 #define IS_AFTER(t1, t2) \ macro
|
| H A D | glut_event.c | 149 while (other && IS_AFTER(other->timeout, timer->timeout)) { 900 if (IS_AFTER(now, timeout)) { 928 if (IS_AFTER(now, timeout)) {
|
Completed in 12 milliseconds