Home
last modified time | relevance | path

Searched refs:SECSPERHR (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/ntp/include/
HDntp_calendar.h93 #define SECSPERHR (SECSPERMIN * MINSPERHR) macro
94 #define SECSPERDAY (SECSPERHR * HRSPERDAY)
/freebsd-head/contrib/ntp/ntpd/
HDrefclock_tsyncpci.c826 pSt->seconds += pDt->hour * SECSPERHR; in SecTimeFromDoyTime()
893 hrs = (unsigned int)(secs / SECSPERHR); in DoyTimeFromSecTime()
894 secs %= SECSPERHR; in DoyTimeFromSecTime()
HDntp_timer.c198 stats_timer = SECSPERHR; in init_timer()
467 stats_timer += SECSPERHR; in timer()