Home
last modified time | relevance | path

Searched refs:leapcount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tzcode/
H A Dlocaltime.c522 leapcount(ATTRIBUTE_MAYBE_UNUSED struct state const *sp) in leapcount() function
1179 for (i = 0; i < leapcount(sp); i++) { in tzloadbody()
1630 set_leapcount(sp, leapcount(basep)); in tzparse()
1631 if (0 < leapcount(sp)) { in tzparse()
1633 for (i = 0; i < leapcount(sp); i++) in tzparse()
1635 leaplo = lsinfo(sp, leapcount(sp) - 1).ls_trans; in tzparse()
2319 i = sp ? leapcount(sp) : 0; in timesub()
2965 i = leapcount(sp); in leapcorr()
3045 for (i = leapcount(sp); 0 <= --i; ) { in posix2time_z()
H A Dzic.c2630 ptrdiff_t leapbase, leapcount; member
2650 while (1 < r.leapcount && leap[r.leapbase + 1].trans <= lo) { in limitrange()
2651 r.leapcount--; in limitrange()
2657 r.leapcount++; in limitrange()
2666 while (0 < r.leapcount && hi + 1 < leap[r.leapbase + r.leapcount - 1].trans) in limitrange()
2667 r.leapcount--; in limitrange()
2781 rangeall.leapcount = leapcnt; in writezone()
2802 if (0 < r->leapcount in writezone()
2838 thisleapcnt = range32.leapcount; in writezone()
2848 thisleapcnt = range64.leapcount; in writezone()