Searched refs:leapyear (Results 1 – 1 of 1) sorted by relevance
92 static inline uint32_t leapyear(uint32_t year) in leapyear() function110 return leapyear(year) ? 366U : 365U; in days_in_year()115 return month_days[(month) - 1U] + ((month == FEBRUARY) ? leapyear(year) : 0U); in days_in_month()
Completed in 6 milliseconds