Searched refs:is_leap_year (Results 1 – 2 of 2) sorted by relevance
28 return rtc_days_in_month[month] + (is_leap_year(year) && month == 1); in rtc_month_days()54 days += 365 + is_leap_year(year); in rtc_to_tm()
274 static inline bool is_leap_year(unsigned int year) in is_leap_year() function
Completed in 3 milliseconds