Lines Matching defs:leapcnt
212 static int leapcnt;
2454 j = leapcnt;
2464 rangeall.leapcount = leapcnt;
3530 if (TZ_MAX_LEAPS <= leapcnt) {
3538 for (i = 0; i < leapcnt; ++i)
3541 memmove(&trans[i + 1], &trans[i], (leapcnt - i) * sizeof *trans);
3542 memmove(&corr[i + 1], &corr[i], (leapcnt - i) * sizeof *corr);
3543 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll);
3547 ++leapcnt;
3560 for (i = 0; i < leapcnt; ++i) {
3572 if (! (leapcnt == 0 || (trans[leapcnt - 1] < leapexpires))) {