Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Drtc.h53 #define is_leap_year linux_is_leap_year macro
/third_party/nghttp2/src/
Dtimegm.c59 static int is_leap_year(int y) { in is_leap_year() function
/third_party/uboot/u-boot-2020.01/include/
Drtc.h227 static inline bool is_leap_year(unsigned int year) in is_leap_year() function
/third_party/libsoup/libsoup/
Dsoup-date.c59 is_leap_year (int year) in is_leap_year() function
/third_party/boost/boost/log/detail/
Ddecomposed_time.hpp74 bool is_leap_year = (!(year % 4u)) && ((year % 100u) || (!(year % 400u))); in year_day() local
/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dcivil_time_detail.h83 CONSTEXPR_F bool is_leap_year(year_t y) noexcept { in is_leap_year() function
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dcivil_time_detail.h83 CONSTEXPR_F bool is_leap_year(year_t y) noexcept { in is_leap_year() function
/third_party/glib/glib/tests/
Dgdatetime.c2025 is_leap_year (gint year) in is_leap_year() function
/third_party/python/Modules/
D_zoneinfo.c2173 is_leap_year(int year) in is_leap_year() function