Lines Matching defs:leapcnt
221 static int leapcnt;
2499 j = leapcnt;
2509 rangeall.leapcount = leapcnt;
3586 if (TZ_MAX_LEAPS <= leapcnt) {
3594 for (i = 0; i < leapcnt; ++i)
3597 memmove(&trans[i + 1], &trans[i], (leapcnt - i) * sizeof *trans);
3598 memmove(&corr[i + 1], &corr[i], (leapcnt - i) * sizeof *corr);
3599 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll);
3603 ++leapcnt;
3616 for (i = 0; i < leapcnt; ++i) {
3628 if (! (leapcnt == 0 || (trans[leapcnt - 1] < leapexpires))) {