Home
last modified time | relevance | path

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

/u-boot/drivers/rtc/
A Drtc-lib.c28 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()
/u-boot/include/
A Drtc.h274 static inline bool is_leap_year(unsigned int year) in is_leap_year() function

Completed in 3 milliseconds