OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 27 00:26:35 UTC 2026