Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dchrono1762 …inline constexpr bool is_leap() const noexcept { return __y % 4 == 0 && (__y % 100 != 0 || __y % 4…
2440 return month() != February || !__y.is_leap() ?
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dchrono1762 …inline constexpr bool is_leap() const noexcept { return __y % 4 == 0 && (__y % 100 != 0 || __y % 4…
2440 return month() != February || !__y.is_leap() ?