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

/freebsd-9.3-release/contrib/ntp/clockstuff/
H A Dchutest.c629 * be within CLOCK_WAYTOOBIG of the receive timestamp, but
635 #define CLOCK_WAYTOOBIG 1000 /* revived from ancient sources */ macro
636 if (date_ui < (rtime->l_ui + CLOCK_WAYTOOBIG)
637 && date_ui > (rtime->l_ui - CLOCK_WAYTOOBIG))
650 if (date_ui < (rtime->l_ui + CLOCK_WAYTOOBIG)
651 && date_ui > (rtime->l_ui - CLOCK_WAYTOOBIG))
667 * than CLOCK_WAYTOOBIG seconds into the new year.
669 if ((rtime->l_ui - yearstart) < CLOCK_WAYTOOBIG) {
671 date_ui += calyearstart(yearstart - CLOCK_WAYTOOBIG,
673 if ((rtime->l_ui - date_ui) < CLOCK_WAYTOOBIG)
[all...]

Completed in 49 milliseconds