Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_calendar.c964 int32_t eyd, in ntpcal_split_yeardays() argument
977 if (eyd >= 61 - isleap) in ntpcal_split_yeardays()
978 eyd += isleap; in ntpcal_split_yeardays()
980 if (eyd >= 0 && eyd < 367) { in ntpcal_split_yeardays()
981 res.hi = (eyd * 67 + 32) >> 11; in ntpcal_split_yeardays()
982 res.lo = eyd - ((489 * res.hi + 8) >> 4); in ntpcal_split_yeardays()