HomeSort by: relevance | last modified time | path
    Searched refs:leapcount (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
localtime.c 574 leapcount(ATTRIBUTE_MAYBE_UNUSED struct state const *sp) function
1268 for (i = 0; i < leapcount(sp); i++) {
1772 set_leapcount(sp, leapcount(basep));
1773 if (0 < leapcount(sp)) {
1775 for (i = 0; i < leapcount(sp); i++)
1777 leaplo = lsinfo(sp, leapcount(sp) - 1).ls_trans;
2481 i = sp ? leapcount(sp) : 0;
3199 i = leapcount(sp);
3279 for (i = leapcount(sp); 0 <= --i; ) {
zic.c 2632 ptrdiff_t leapbase, leapcount; member in struct:timerange
2652 while (1 < r.leapcount && leap[r.leapbase + 1].trans <= lo) {
2653 r.leapcount--;
2659 r.leapcount++;
2668 while (0 < r.leapcount && hi + 1 < leap[r.leapbase + r.leapcount - 1].trans)
2669 r.leapcount--;
2783 rangeall.leapcount = leapcnt;
2804 if (0 < r->leapcount
2840 thisleapcnt = range32.leapcount;
    [all...]

Completed in 20 milliseconds