OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GREGORIAN_CYCLE_DAYS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_calendar.h
484
#define
GREGORIAN_CYCLE_DAYS
(4 * GREGORIAN_NORMAL_CENTURY_DAYS + 1)
489
#define GREGORIAN_CYCLE_WEEKS (
GREGORIAN_CYCLE_DAYS
/ 7)
/src/external/bsd/ntp/dist/libntp/
ntp_calendar.c
903
Q = (uint32_t)(sf64 ^ ((sf64 ^ ud64) /
GREGORIAN_CYCLE_DAYS
));
904
uday = (uint32_t)(ud64 - Q *
GREGORIAN_CYCLE_DAYS
);
928
uday %=
GREGORIAN_CYCLE_DAYS
; /* full reduction */
Completed in 16 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026