Searched refs:n001 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c886 int32_t n100, n001; /* calendar year cycles */ local
936 n001 = uday / GREGORIAN_NORMAL_LEAP_CYCLE_DAYS;
937 uday -= n001 * GREGORIAN_NORMAL_LEAP_CYCLE_DAYS;
940 res.hi = n100 * 100 + n001;
946 uint32_t ty = (uint32_t)n001 + 1;

Completed in 113 milliseconds