Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/time/
Dtimeconv.c51 bool is_Jan_or_Feb, is_leap_year; in time64_to_tm() local
/Linux-v6.6/drivers/rtc/
Dlib.c60 bool is_Jan_or_Feb, is_leap_year; in rtc_time64_to_tm() local
/Linux-v6.6/include/linux/
Drtc.h223 static inline bool is_leap_year(unsigned int year) in is_leap_year() function