Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c520 leapcount(ATTRIBUTE_MAYBE_UNUSED struct state const *sp) in leapcount() function
1160 for (i = 0; i < leapcount(sp); i++) { in tzloadbody()
1657 set_leapcount(sp, leapcount(basep)); in tzparse()
1658 if (0 < leapcount(sp)) { in tzparse()
1660 for (i = 0; i < leapcount(sp); i++) in tzparse()
1662 leaplo = lsinfo(sp, leapcount(sp) - 1).ls_trans; in tzparse()
2358 i = sp ? leapcount(sp) : 0; in timesub()
3020 i = leapcount(sp); in leapcorr()
3100 for (i = leapcount(sp); 0 <= --i; ) { in posix2time_z()
H A Dzic.c2618 ptrdiff_t leapbase, leapcount; member
2638 while (1 < r.leapcount && leap[r.leapbase + 1].trans <= lo) { in limitrange()
2639 r.leapcount--; in limitrange()
2645 r.leapcount++; in limitrange()
2654 while (0 < r.leapcount && hi + 1 < leap[r.leapbase + r.leapcount - 1].trans) in limitrange()
2655 r.leapcount--; in limitrange()
2769 rangeall.leapcount = leapcnt; in writezone()
2790 if (0 < r->leapcount in writezone()
2826 thisleapcnt = range32.leapcount; in writezone()
2836 thisleapcnt = range64.leapcount; in writezone()