Searched defs:is_leap_year (Results 1 – 9 of 9) sorted by relevance
53 #define is_leap_year linux_is_leap_year macro
59 static int is_leap_year(int y) { in is_leap_year() function
227 static inline bool is_leap_year(unsigned int year) in is_leap_year() function
59 is_leap_year (int year) in is_leap_year() function
74 bool is_leap_year = (!(year % 4u)) && ((year % 100u) || (!(year % 400u))); in year_day() local
83 CONSTEXPR_F bool is_leap_year(year_t y) noexcept { in is_leap_year() function
2025 is_leap_year (gint year) in is_leap_year() function
2173 is_leap_year(int year) in is_leap_year() function