Home
last modified time | relevance | path

Searched refs:is_leap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/time/
H A Dtime_test.c9 static bool is_leap(long year) in is_leap() function
20 return 28 + is_leap(year); in last_day_of_month()
/openbmc/linux/net/netfilter/
H A Dxt_time.c67 static inline bool is_leap(unsigned int y) in is_leap() function
141 if (is_leap(year)) { in localtime_3()
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h429 CONSTCD11 bool is_leap() const NOEXCEPT;
1709 year::is_leap() const NOEXCEPT
2761 return (month() != February || !y_.is_leap()) && mdl_.ok() ?