Searched refs:wantedy (Results 1 – 4 of 4) sorted by relevance
166 static zic_t rpytime(const struct rule * rp, zic_t wantedy);3423 rpytime(const struct rule *rp, zic_t wantedy) in rpytime() argument3430 if (wantedy == ZIC_MIN) in rpytime()3432 if (wantedy == ZIC_MAX) in rpytime()3439 yrem = wantedy % YEARSPERREPEAT - y % YEARSPERREPEAT; in rpytime()3440 dayoff = ((wantedy / YEARSPERREPEAT - y / YEARSPERREPEAT in rpytime()3444 wantedy = y + (yrem + 2 * YEARSPERREPEAT) % YEARSPERREPEAT; in rpytime()3446 while (wantedy != y) { in rpytime()
170 static zic_t rpytime(const struct rule * rp, zic_t wantedy);2981 rpytime(register const struct rule *const rp, register const zic_t wantedy) in rpytime() argument2987 if (wantedy == ZIC_MIN) in rpytime()2989 if (wantedy == ZIC_MAX) in rpytime()2994 while (wantedy != y) { in rpytime()2995 if (wantedy > y) { in rpytime()