Home
last modified time | relevance | path

Searched refs:ISLEAP (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/libpeak/libpeak-0.1.2/peak/
H A Dtime.c52 #define ISLEAP(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
141 absdays += 365 + ISLEAP(y); in peak_time_get_date()
144 for (ydays = 365 + ISLEAP(y); ydays <= absdays; in peak_time_get_date()
145 ydays = 365 + ISLEAP(y)) in peak_time_get_date()
153 leap = ISLEAP(y); in peak_time_get_date()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dcutils.c24 #define ISLEAP(y) (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
47 if (days==365 && !ISLEAP(y)) { days=0; y++; } in ff_brktimegm()
48 md[1] = ISLEAP(y)?29:28; in ff_brktimegm()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dcutils.c24 #define ISLEAP(y) (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
47 if (days==365 && !ISLEAP(y)) { days=0; y++; } in ff_brktimegm()
48 md[1] = ISLEAP(y)?29:28; in ff_brktimegm()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dcutils.c62 #define ISLEAP(y) (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
80 while (days >= (ISLEAP(y)?366:365)) { in brktimegm()
85 md[1] = ISLEAP(y)?29:28; in brktimegm()
/dports/graphics/grads/grads-1.9b4/src/
H A Dlatstime.c67 #define ISLEAP(year,timeType) (((timeType) & CdHasLeap) && (!((year) % 4) && (((timeType) & CdJulia… macro
152 if (ISLEAP(year,date->timeType)) { in latsMonthDay()
194 if (ISLEAP(year,date->timeType)) { in latsDaysInMonth()
237 if (ISLEAP(year,date->timeType) && month > 2) leap_add = 1; in latsDayOfYear()
272 day_cnt += ISLEAP(ytemp,htime->timeType) ? daysInLeapYear : daysInYear; in latsh2e()
276 day_cnt -= ISLEAP(ytemp,htime->timeType) ? daysInLeapYear : daysInYear; in latsh2e()
314 yr_day_cnt = ISLEAP(ytemp,timeType) ? daysInLeapYear : daysInYear; in latse2h()
320 yr_day_cnt = ISLEAP(ytemp,timeType) ? daysInLeapYear : daysInYear; in latse2h()
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dtime.c69 #define ISLEAP(year) \ macro
98 result += 365 + ISLEAP(i); in mktime_utc()
101 if (tm->tm_mon > 1 && ISLEAP(tm->tm_year)) in mktime_utc()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Dnctime.c79 #define ISLEAP(year,timeType) ((timeType & Cd366) || (((timeType) & CdHasLeap) && (!((year) % 4) &&… macro
122 if (ISLEAP(year,date->timeType)) { in CdMonthDay()
172 if (ISLEAP(year,date->timeType) && month > 2) leap_add = 1; in CdDayOfYear()
223 yr_day_cnt = ISLEAP(ytemp,timeType) ? daysInLeapYear : daysInYear; in Cde2h()
229 yr_day_cnt = ISLEAP(ytemp,timeType) ? daysInLeapYear : daysInYear; in Cde2h()
650 day_cnt += ISLEAP(ytemp,htime->timeType) ? daysInLeapYear : daysInYear; in Cdh2e()
654 day_cnt -= ISLEAP(ytemp,htime->timeType) ? daysInLeapYear : daysInYear; in Cdh2e()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdispatch/
H A Dnctime.c75 #define ISLEAP(year,timeType) ((timeType & Cd366) || (((timeType) & CdHasLeap) && (!((year) % 4) &&… macro
115 if (ISLEAP(year,date->timeType)) { in CdMonthDay()
165 if (ISLEAP(year,date->timeType) && month > 2) leap_add = 1; in CdDayOfYear()
216 yr_day_cnt = ISLEAP(ytemp,timeType) ? daysInLeapYear : daysInYear; in Cde2h()
222 yr_day_cnt = ISLEAP(ytemp,timeType) ? daysInLeapYear : daysInYear; in Cde2h()
647 day_cnt += ISLEAP(ytemp,htime->timeType) ? daysInLeapYear : daysInYear; in Cdh2e()
651 day_cnt -= ISLEAP(ytemp,htime->timeType) ? daysInLeapYear : daysInYear; in Cdh2e()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Dnctime.c75 #define ISLEAP(year,timeType) ((timeType & Cd366) || (((timeType) & CdHasLeap) && (!((year) % 4) &&… macro
115 if (ISLEAP(year,date->timeType)) { in CdMonthDay()
165 if (ISLEAP(year,date->timeType) && month > 2) leap_add = 1; in CdDayOfYear()
216 yr_day_cnt = ISLEAP(ytemp,timeType) ? daysInLeapYear : daysInYear; in Cde2h()
222 yr_day_cnt = ISLEAP(ytemp,timeType) ? daysInLeapYear : daysInYear; in Cde2h()
647 day_cnt += ISLEAP(ytemp,htime->timeType) ? daysInLeapYear : daysInYear; in Cdh2e()
651 day_cnt -= ISLEAP(ytemp,htime->timeType) ? daysInLeapYear : daysInYear; in Cdh2e()
/dports/science/netcdf/netcdf-c-4.7.4/libdispatch/
H A Dnctime.c79 #define ISLEAP(year,timeType) ((timeType & Cd366) || (((timeType) & CdHasLeap) && (!((year) % 4) &&… macro
122 if (ISLEAP(year,date->timeType)) { in CdMonthDay()
172 if (ISLEAP(year,date->timeType) && month > 2) leap_add = 1; in CdDayOfYear()
223 yr_day_cnt = ISLEAP(ytemp,timeType) ? daysInLeapYear : daysInYear; in Cde2h()
229 yr_day_cnt = ISLEAP(ytemp,timeType) ? daysInLeapYear : daysInYear; in Cde2h()
652 day_cnt += ISLEAP(ytemp,htime->timeType) ? daysInLeapYear : daysInYear; in Cdh2e()
656 day_cnt -= ISLEAP(ytemp,htime->timeType) ? daysInLeapYear : daysInYear; in Cdh2e()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dcutils.c26 #define ISLEAP(y) (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dcutils.c26 #define ISLEAP(y) (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dcutils.c26 #define ISLEAP(y) (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dsyslog.c266 #define ISLEAP(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0))
268 leap = ISLEAP(y);
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dsyslog.c266 #define ISLEAP(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0))
268 leap = ISLEAP(y);
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dsyslog.c266 #define ISLEAP(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0))
268 leap = ISLEAP(y);
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dsyslog.c266 #define ISLEAP(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0))
268 leap = ISLEAP(y);
/dports/news/inn-current/inn-2.7-20211226/lib/
H A Ddate.c112 #define ISLEAP(year) \ macro
306 result += 365 + ISLEAP(i); in mktime_utc()
309 if (tm->tm_mon > 1 && ISLEAP(tm->tm_year + 1900)) in mktime_utc()
335 || !ISLEAP(tm->tm_year + 1900))) in valid_tm()
/dports/news/inn/inn-2.6.4/lib/
H A Ddate.c111 #define ISLEAP(year) \ macro
304 result += 365 + ISLEAP(i); in mktime_utc()
307 if (tm->tm_mon > 1 && ISLEAP(tm->tm_year + 1900)) in mktime_utc()
333 || !ISLEAP(tm->tm_year + 1900))) in valid_tm()
/dports/sysutils/shlock/inn-2.6.4/lib/
H A Ddate.c111 #define ISLEAP(year) \ macro
304 result += 365 + ISLEAP(i); in mktime_utc()
307 if (tm->tm_mon > 1 && ISLEAP(tm->tm_year + 1900)) in mktime_utc()
333 || !ISLEAP(tm->tm_year + 1900))) in valid_tm()
/dports/deskutils/calcurse/calcurse-4.7.1/src/
H A Dui-calendar.c275 364 + ISLEAP(dec31ly.tm_year + 1900); in ISO8601weeknum()
370 if (2 == slctd_day.mm && ISLEAP(slctd_day.yyyy)) in draw_monthly_view()
H A Dutils.c843 day <= days[month - 1] + (month == 2 && ISLEAP(year)) ? 1 : 0); in check_date()
2084 int last_wday, m_days = days[month - 1] + (month == 2 && ISLEAP(year) ? 1 : 0); in wday_per_month()
H A Drecur.c773 int m_days = days[month - 1] + (month == 2 && ISLEAP(year)); in opp_mday()
1446 !ISLEAP(tm_start.tm_year + 1900) && in expand_yearly()
H A Dcalcurse.h352 #define ISLEAP(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) macro
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcftp.c3726 #define ISLEAP(year) \ macro
3769 result += 365 + ISLEAP(i);
3772 if (tm->tm_mon > 1 && ISLEAP(tm->tm_year + 1900))

12