Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/libntp/
Dntp_calendar.c826 int32_t n100, n001; /* calendar year cycles */ in ntpcal_split_eradays() local
840 n001 = uday / GREGORIAN_NORMAL_LEAP_CYCLE_DAYS; in ntpcal_split_eradays()
844 res.hi = n100 * 100 + n001; in ntpcal_split_eradays()
854 *isleapyear = !((n001+1) & 3) in ntpcal_split_eradays()
855 && ((n001 != 99) || !((Q+1) & 3)); in ntpcal_split_eradays()