Home
last modified time | relevance | path

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

/timezone/
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 …]

Completed in 11 milliseconds