Home
last modified time | relevance | path

Searched defs:is_leap_year (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/time/
H A Dtimeconv.c51 bool is_Jan_or_Feb, is_leap_year; in time64_to_tm() local
/linux/drivers/rtc/
H A Dlib.c59 bool is_Jan_or_Feb, is_leap_year; in rtc_time64_to_tm() local
/linux/include/linux/
H A Drtc.h224 static inline bool is_leap_year(unsigned int year) in is_leap_year() function