Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c123 int leapcnt; member
442 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody() local
447 if (! (0 <= leapcnt && leapcnt < TZ_MAX_LEAPS in tzloadbody()
460 + leapcnt * (stored + 4) /* lsinfos */ in tzloadbody()
464 sp->leapcnt = leapcnt; in tzloadbody()
522 leapcnt = 0; in tzloadbody()
523 for (i = 0; i < sp->leapcnt; ++i) { in tzloadbody()
531 if (leapcnt && trans <= sp->lsis[leapcnt - 1].ls_trans) { in tzloadbody()
532 if (trans < sp->lsis[leapcnt - 1].ls_trans) in tzloadbody()
534 leapcnt--; in tzloadbody()
[all …]