Home | History | Annotate | Download | only in tzcode

Lines Matching refs:leapcnt

189 static int		leapcnt;
1660 j = leapcnt;
1672 leapcnt32 = leapcnt;
1730 thisleapcnt = leapcnt;
2788 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
2792 for (i = 0; i < leapcnt; ++i)
2801 for (j = leapcnt; j > i; --j) {
2809 ++leapcnt;
2822 for (i = 0; i < leapcnt; ++i) {