Home
last modified time | relevance | path

Searched refs:SECSPERLEAPYEAR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_tsyncpci.c821 pSt->seconds += lyrs * SECSPERLEAPYEAR; in SecTimeFromDoyTime()
860 ((SECSPERYEAR * 3) + SECSPERLEAPYEAR)) * 4); in DoyTimeFromSecTime()
861 secs %= ((SECSPERYEAR * 3) + SECSPERLEAPYEAR); in DoyTimeFromSecTime()
880 if (secs >= SECSPERLEAPYEAR) in DoyTimeFromSecTime()
884 secs -= SECSPERLEAPYEAR; in DoyTimeFromSecTime()
/freebsd/contrib/ntp/include/
H A Dntp_calendar.h97 #define SECSPERLEAPYEAR (366 * SECSPERDAY) /* leap year */ macro