timespec_cmp      341 src/atimer.c         if (timespec_cmp (atimers->expiration, now) <= 0)
timespec_cmp      371 src/atimer.c     while (a && timespec_cmp (a->expiration, t->expiration) < 0)
timespec_cmp      388 src/atimer.c     while (atimers && timespec_cmp (atimers->expiration, now) <= 0)
timespec_cmp      510 src/atimer.c     int result = timespec_cmp (now, r->expected);
timespec_cmp      522 src/atimer.c         intime = timespec_cmp (delta, make_timespec (0, 20000000)) <= 0;
timespec_cmp      561 src/atimer.c     while (timespec_cmp (current_timespec (), tend) < 0)
timespec_cmp     1996 src/editfns.c        if (timespec_cmp (tlim, tmax) < 0)
timespec_cmp     2220 src/editfns.c    return timespec_cmp (ctx->time_limit, current_timespec ()) < 0;
timespec_cmp     3683 src/fileio.c     return (timespec_cmp (get_stat_mtime (&st2), get_stat_mtime (&st1)) < 0
timespec_cmp     5468 src/fileio.c   		  && timespec_cmp (modtime, modtime1) == 0
timespec_cmp     5830 src/fileio.c     if (timespec_cmp (mtime, b->modtime) == 0
timespec_cmp     2095 src/image.c    	      if (img && timespec_cmp (img->timestamp, old) < 0)
timespec_cmp     3088 src/image.c    	  || (EQ (clear, Qnil) && timespec_cmp (old, cache->update_time) > 0)
timespec_cmp     10143 src/image.c          if (clear || timespec_cmp (old, cache->update_time) > 0)
timespec_cmp     2269 src/keyboard.c   if (end_time && timespec_cmp (*end_time, current_timespec ()) <= 0)
timespec_cmp     2976 src/keyboard.c 	  && timespec_cmp (*end_time, current_timespec ()) <= 0)
timespec_cmp     3986 src/keyboard.c 	  if (timespec_cmp (*end_time, now) <= 0)
timespec_cmp     4619 src/keyboard.c 	  timer_ripe = timespec_cmp (timer_time, now) <= 0;
timespec_cmp     4636 src/keyboard.c 	  idle_timer_ripe = timespec_cmp (idle_timer_time, idleness_now) <= 0;
timespec_cmp     4652 src/keyboard.c 		       ? timespec_cmp (idle_timer_difference,
timespec_cmp     4654 src/keyboard.c 		       : timespec_cmp (timer_difference,
timespec_cmp     1450 src/lread.c                      && timespec_cmp (get_stat_mtime (&s1), get_stat_mtime (&s2)) < 0)
timespec_cmp     1461 src/lread.c    		      && timespec_cmp (get_stat_mtime (&s1), epoch_timespec))
timespec_cmp     1684 src/lread.c    	  if (timespec_cmp (eln_mtime, mtime) >= 0)
timespec_cmp     2018 src/lread.c    		    if (timespec_cmp (mtime, save_mtime) <= 0)
timespec_cmp     4208 src/msdos.c    	  if (timespec_cmp (*timeout, cldiff) <= 0)
timespec_cmp     5368 src/process.c  	  if (timespec_cmp (end_time, now) <= 0)
timespec_cmp     5618 src/process.c  	      && timespec_cmp (timer_delay, timeout) < 0)
timespec_cmp     5624 src/process.c  		  || timespec_cmp (timeout_abs, got_output_end_time) < 0)
timespec_cmp     5678 src/process.c  	      && timespec_cmp (short_timeout, timeout) < 0)
timespec_cmp     5750 src/process.c  	      if (timespec_cmp (got_output_end_time, cmp_time) < 0)
timespec_cmp     5753 src/process.c  	  if (timespec_cmp (cmp_time, huge_timespec) < 0)
timespec_cmp     5756 src/process.c  	      if (timespec_cmp (cmp_time, now) <= 0)
timespec_cmp     7913 src/process.c  	  if (timespec_cmp (end_time, now) <= 0)
timespec_cmp     7948 src/process.c  	      if (timespec_cmp (timer_delay, timeout) < 0)
timespec_cmp      178 src/xgselect.c       if (!timeout || timespec_cmp (tmo, *timeout) < 0)
timespec_cmp     6811 src/xterm.c          if (timespec_cmp (target, current_time) < 0)
timespec_cmp     11173 src/xterm.c          if (timespec_cmp (wakeup, current) <= 0)
timespec_cmp     18055 src/xterm.c          if (timespec_cmp (at, current) < 0
timespec_cmp     27440 src/xterm.c          if (timespec_cmp (tmo_at, time_now) < 0)
timespec_cmp     2188 test/manual/etags/c-src/emacs/src/keyboard.c   if (end_time && timespec_cmp (*end_time, current_timespec ()) <= 0)
timespec_cmp     2874 test/manual/etags/c-src/emacs/src/keyboard.c 	  && timespec_cmp (*end_time, current_timespec ()) <= 0)
timespec_cmp     3897 test/manual/etags/c-src/emacs/src/keyboard.c 	  if (timespec_cmp (*end_time, now) <= 0)
timespec_cmp     4466 test/manual/etags/c-src/emacs/src/keyboard.c 	  timer_ripe = timespec_cmp (timer_time, now) <= 0;
timespec_cmp     4483 test/manual/etags/c-src/emacs/src/keyboard.c 	  idle_timer_ripe = timespec_cmp (idle_timer_time, idleness_now) <= 0;
timespec_cmp     4499 test/manual/etags/c-src/emacs/src/keyboard.c 		       ? timespec_cmp (idle_timer_difference,
timespec_cmp     4501 test/manual/etags/c-src/emacs/src/keyboard.c 		       : timespec_cmp (timer_difference,