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

  /src/lib/libc/time/
localtime.c 251 int leapcnt; member in struct:state
695 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); local in function:tzloadbody
703 if (! (0 <= leapcnt && leapcnt < TZ_MAX_LEAPS
715 + leapcnt * (stored + 4) /* lsinfos */
727 sp->leapcnt = (int)leapcnt;
787 leapcnt = 0;
788 for (i = 0; i < sp->leapcnt; ++i) {
813 sp->lsis[leapcnt].ls_trans = (time_t)tr
    [all...]
zic.c 221 static int leapcnt; variable in typeref:typename:int
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)
    [all...]

Completed in 16 milliseconds