Lines Matching defs:leapcnt
214 static int leapcnt;
2495 j = leapcnt;
2505 rangeall.leapcount = leapcnt;
3581 if (TZ_MAX_LEAPS <= leapcnt) {
3589 for (i = 0; i < leapcnt; ++i)
3592 memmove(&trans[i + 1], &trans[i], (leapcnt - i) * sizeof *trans);
3593 memmove(&corr[i + 1], &corr[i], (leapcnt - i) * sizeof *corr);
3594 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll);
3598 ++leapcnt;
3611 for (i = 0; i < leapcnt; ++i) {
3623 if (! (leapcnt == 0 || (trans[leapcnt - 1] < leapexpires))) {