Home
last modified time | relevance | path

Searched defs:rtc_is_a_leap_year (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/rtc/
H A Drtc.c55 bool rtc_is_a_leap_year(uint32_t year) in rtc_is_a_leap_year() function
/optee_os/core/include/drivers/
H A Drtc.h290 static inline bool __noreturn rtc_is_a_leap_year(uint32_t year __unused) in rtc_is_a_leap_year() function