Lines Matching refs:ZIC_MAX
38 #define ZIC_MAX INT_FAST64_MAX macro
1104 if (ZIC_MAX / SECSPERHOUR < hh) { in gethms()
1449 rp->r_loyear = ZIC_MAX; in rulesub()
1468 rp->r_hiyear = ZIC_MAX; in rulesub()
2123 if (rp->r_hiwasnum || rp->r_hiyear != ZIC_MAX) in stringzone()
2269 updateminmax(leapmaxyear + (leapmaxyear < ZIC_MAX)); in outzone()
2332 if (max_year <= ZIC_MAX - years_of_observations) in outzone()
2334 else max_year = ZIC_MAX; in outzone()
2377 if (rp->r_hiyear == ZIC_MAX) { in outzone()
2954 if (t1 < 0 ? t2 < ZIC_MIN - t1 : ZIC_MAX - t1 < t2) { in oadd()
2989 if (wantedy == ZIC_MAX) in rpytime()