Searched defs:leapcnt (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dlocaltime.c123 int leapcnt; member in struct:state
442 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); local
447 if (! (0 <= leapcnt && leapcnt < TZ_MAX_LEAPS
460 + leapcnt * (stored + 4) /* lsinfos */
464 sp->leapcnt = leapcnt;
522 leapcnt = 0;
523 for (i = 0; i < sp->leapcnt; ++i) {
531 if (leapcnt
[all...]

Completed in 7 milliseconds