Home | History | Annotate | Download | only in tzcode

Lines Matching refs:TZ_MAX_LEAPS

415 static zic_t		trans[TZ_MAX_LEAPS];
416 static long corr[TZ_MAX_LEAPS];
417 static char roll[TZ_MAX_LEAPS];
2567 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {