Home
last modified time | relevance | path

Searched refs:wantedy (Results 1 – 25 of 61) sorted by relevance

123

/dports/databases/postgresql96-server/postgresql-9.6.24/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/chrono-tz-0.6.0/tz/
H A Dzic.c3264 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3270 if (wantedy == ZIC_MIN) in rpytime()
3272 if (wantedy == ZIC_MAX) in rpytime()
3277 if (y < wantedy) { in rpytime()
3278 wantedy -= y; in rpytime()
3280 wantedy %= YEARSPERREPEAT; in rpytime()
3281 wantedy += y; in rpytime()
3282 } else if (wantedy < 0) { in rpytime()
3284 wantedy %= YEARSPERREPEAT; in rpytime()
3286 while (wantedy != y) { in rpytime()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/chrono-tz-0.5.3/tz/
H A Dzic.c3319 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3325 if (wantedy == ZIC_MIN) in rpytime()
3327 if (wantedy == ZIC_MAX) in rpytime()
3332 if (y < wantedy) { in rpytime()
3333 wantedy -= y; in rpytime()
3335 wantedy %= YEARSPERREPEAT; in rpytime()
3336 wantedy += y; in rpytime()
3337 } else if (wantedy < 0) { in rpytime()
3339 wantedy %= YEARSPERREPEAT; in rpytime()
3341 while (wantedy != y) { in rpytime()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/chrono-tz-0.5.3/tz/
H A Dzic.c3319 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3325 if (wantedy == ZIC_MIN) in rpytime()
3327 if (wantedy == ZIC_MAX) in rpytime()
3332 if (y < wantedy) { in rpytime()
3333 wantedy -= y; in rpytime()
3335 wantedy %= YEARSPERREPEAT; in rpytime()
3336 wantedy += y; in rpytime()
3337 } else if (wantedy < 0) { in rpytime()
3339 wantedy %= YEARSPERREPEAT; in rpytime()
3341 while (wantedy != y) { in rpytime()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/chrono-tz-0.5.2/tz/
H A Dzic.c3319 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3325 if (wantedy == ZIC_MIN) in rpytime()
3327 if (wantedy == ZIC_MAX) in rpytime()
3332 if (y < wantedy) { in rpytime()
3333 wantedy -= y; in rpytime()
3335 wantedy %= YEARSPERREPEAT; in rpytime()
3336 wantedy += y; in rpytime()
3337 } else if (wantedy < 0) { in rpytime()
3339 wantedy %= YEARSPERREPEAT; in rpytime()
3341 while (wantedy != y) { in rpytime()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/chrono-tz-0.5.3/tz/
H A Dzic.c3319 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3325 if (wantedy == ZIC_MIN) in rpytime()
3327 if (wantedy == ZIC_MAX) in rpytime()
3332 if (y < wantedy) { in rpytime()
3333 wantedy -= y; in rpytime()
3335 wantedy %= YEARSPERREPEAT; in rpytime()
3336 wantedy += y; in rpytime()
3337 } else if (wantedy < 0) { in rpytime()
3339 wantedy %= YEARSPERREPEAT; in rpytime()
3341 while (wantedy != y) { in rpytime()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/chrono-tz-0.6.0/tz/
H A Dzic.c3264 rpytime(const struct rule *rp, zic_t wantedy)
3270 if (wantedy == ZIC_MIN)
3272 if (wantedy == ZIC_MAX)
3277 if (y < wantedy) {
3278 wantedy -= y;
3280 wantedy %= YEARSPERREPEAT;
3281 wantedy += y;
3282 } else if (wantedy < 0) {
3284 wantedy %= YEARSPERREPEAT;
3286 while (wantedy != y) {
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/timezone/
H A Dzic.c3799 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument
3807 if (wantedy == ZIC_MIN) in rpytime()
3809 if (wantedy == ZIC_MAX) in rpytime()
3814 if (y < wantedy) in rpytime()
3816 wantedy -= y; in rpytime()
3818 wantedy %= YEARSPERREPEAT; in rpytime()
3819 wantedy += y; in rpytime()
3821 else if (wantedy < 0) in rpytime()
3824 wantedy %= YEARSPERREPEAT; in rpytime()
3826 while (wantedy != y) in rpytime()
[all …]

123