Lines Matching defs:leapcnt
221 static int leapcnt;
2468 j = leapcnt;
2478 rangeall.leapcount = leapcnt;
3555 if (TZ_MAX_LEAPS <= leapcnt) {
3563 for (i = 0; i < leapcnt; ++i)
3566 memmove(&trans[i + 1], &trans[i], (leapcnt - i) * sizeof *trans);
3567 memmove(&corr[i + 1], &corr[i], (leapcnt - i) * sizeof *corr);
3568 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll);
3572 ++leapcnt;
3585 for (i = 0; i < leapcnt; ++i) {
3597 if (! (leapcnt == 0 || (trans[leapcnt - 1] < leapexpires))) {