Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/libntp/
HDntp_calendar.c1392 int32_t mons, in ntpcal_edate_to_eradays() argument
1399 if (mons) { in ntpcal_edate_to_eradays()
1400 tmp = ntpcal_days_in_months(mons); in ntpcal_edate_to_eradays()
1421 int32_t mons, in ntpcal_edate_to_yeardays() argument
1427 if (0 <= mons && mons < 12) { in ntpcal_edate_to_yeardays()
1428 if (mons >= 2) in ntpcal_edate_to_yeardays()
1430 mdays += (489 * mons + 8) >> 4; in ntpcal_edate_to_yeardays()
1432 tmp = ntpcal_days_in_months(mons); in ntpcal_edate_to_yeardays()