OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECSPERYEAR
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
refclock_tsyncpci.c
824
pSt->seconds += (yrs - lyrs) *
SECSPERYEAR
;
862
((
SECSPERYEAR
* 3) + SECSPERLEAPYEAR)) * 4);
863
secs %= ((
SECSPERYEAR
* 3) + SECSPERLEAPYEAR);
866
if (secs >=
SECSPERYEAR
)
870
secs -=
SECSPERYEAR
;
874
if (secs >=
SECSPERYEAR
)
878
secs -=
SECSPERYEAR
;
/src/external/bsd/ntp/dist/include/
ntp_calendar.h
98
#define
SECSPERYEAR
(365 * SECSPERDAY) /* regular year */
Completed in 22 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026