Searched refs:mons (Results 1 – 1 of 1) sorted by relevance
1392 int32_t mons, in ntpcal_edate_to_eradays() argument1399 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() argument1427 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()