HomeSort by: relevance | last modified time | path
    Searched refs:SECSPERLEAPYEAR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_tsyncpci.c 823 pSt->seconds += lyrs * SECSPERLEAPYEAR;
862 ((SECSPERYEAR * 3) + SECSPERLEAPYEAR)) * 4);
863 secs %= ((SECSPERYEAR * 3) + SECSPERLEAPYEAR);
882 if (secs >= SECSPERLEAPYEAR)
886 secs -= SECSPERLEAPYEAR;
  /src/external/bsd/ntp/dist/include/
ntp_calendar.h 99 #define SECSPERLEAPYEAR (366 * SECSPERDAY) /* leap year */

Completed in 15 milliseconds