Searched refs:rtc_is_a_leap_year (Results 1 – 2 of 2) sorted by relevance
55 bool rtc_is_a_leap_year(uint32_t year) in rtc_is_a_leap_year() function62 if (rtc_is_a_leap_year(year) && month == 1) in rtc_get_month_days()
131 bool rtc_is_a_leap_year(uint32_t year);290 static inline bool __noreturn rtc_is_a_leap_year(uint32_t year __unused) in rtc_is_a_leap_year() function