HomeSort by: relevance | last modified time | path
    Searched refs:IS_AFTER (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libXTrap/dist/src/
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/
NextEvent.c 134 #define IS_AFTER(t1, t2) (((t2).tv_sec > (t1).tv_sec) \
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/
glutint.h 72 #define IS_AFTER(t1, t2) ((t2).val > (t1).val)
103 #define IS_AFTER(t1, t2) \
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glutint.h 90 #define IS_AFTER(t1, t2) ((t2).val > (t1).val)
121 #define IS_AFTER(t1, t2) \
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 14 milliseconds