timespec_cmp      209 src/androidterm.c       if (timespec_cmp (wakeup, current) <= 0)
timespec_cmp     2084 src/androidterm.c       if (timespec_cmp (tmo_at, time_now) < 0)
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     2004 src/editfns.c        if (timespec_cmp (tlim, tmax) < 0)
timespec_cmp     2228 src/editfns.c    return timespec_cmp (ctx->time_limit, current_timespec ()) < 0;
timespec_cmp     3831 src/fileio.c     return (timespec_cmp (get_stat_mtime (&st2), get_stat_mtime (&st1)) < 0
timespec_cmp     5649 src/fileio.c   	      && timespec_cmp (modtime, modtime1) == 0
timespec_cmp     6008 src/fileio.c     if (timespec_cmp (mtime, b->modtime) == 0
timespec_cmp     2274 src/image.c    	      if (img && timespec_cmp (img->timestamp, old) < 0)
timespec_cmp     3551 src/image.c    	  || (EQ (clear, Qnil) && timespec_cmp (old, cache->update_time) > 0)
timespec_cmp     10758 src/image.c          if (clear || timespec_cmp (old, cache->update_time) > 0)
timespec_cmp     2299 src/keyboard.c   if (end_time && timespec_cmp (*end_time, current_timespec ()) <= 0)
timespec_cmp     3006 src/keyboard.c 	  && timespec_cmp (*end_time, current_timespec ()) <= 0)
timespec_cmp     4034 src/keyboard.c 	  if (timespec_cmp (*end_time, now) <= 0)
timespec_cmp     4685 src/keyboard.c 	  timer_ripe = timespec_cmp (timer_time, now) <= 0;
timespec_cmp     4702 src/keyboard.c 	  idle_timer_ripe = timespec_cmp (idle_timer_time, idleness_now) <= 0;
timespec_cmp     4718 src/keyboard.c 		       ? timespec_cmp (idle_timer_difference,
timespec_cmp     4720 src/keyboard.c 		       : timespec_cmp (timer_difference,
timespec_cmp     1646 src/lread.c                      && timespec_cmp (get_stat_mtime (&s1), get_stat_mtime (&s2)) < 0)
timespec_cmp     1657 src/lread.c    		      && timespec_cmp (get_stat_mtime (&s1), epoch_timespec))
timespec_cmp     1889 src/lread.c    	  if (timespec_cmp (eln_mtime, mtime) >= 0)
timespec_cmp     2255 src/lread.c    		    if (timespec_cmp (mtime, save_mtime) <= 0)
timespec_cmp     4215 src/msdos.c    	  if (timespec_cmp (*timeout, cldiff) <= 0)
timespec_cmp     5383 src/process.c  	  if (timespec_cmp (end_time, now) <= 0)
timespec_cmp     5633 src/process.c  	      && timespec_cmp (timer_delay, timeout) < 0)
timespec_cmp     5639 src/process.c  		  || timespec_cmp (timeout_abs, got_output_end_time) < 0)
timespec_cmp     5693 src/process.c  	      && timespec_cmp (short_timeout, timeout) < 0)
timespec_cmp     5776 src/process.c  	      if (timespec_cmp (got_output_end_time, cmp_time) < 0)
timespec_cmp     5779 src/process.c  	  if (timespec_cmp (cmp_time, huge_timespec) < 0)
timespec_cmp     5782 src/process.c  	      if (timespec_cmp (cmp_time, now) <= 0)
timespec_cmp     7950 src/process.c  	  if (timespec_cmp (end_time, now) <= 0)
timespec_cmp     7985 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     7036 src/xterm.c          if (timespec_cmp (target, current_time) < 0)
timespec_cmp     11467 src/xterm.c          if (timespec_cmp (wakeup, current) <= 0)
timespec_cmp     18420 src/xterm.c          if (timespec_cmp (at, current) < 0
timespec_cmp     28229 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,