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

/system/core/libcutils/
H A Dtztime.c142 int leapcnt; member in struct:state
452 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
457 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
469 sp->leapcnt * (stored + 4) + /* lsinfos */
500 for (i = 0; i < sp->leapcnt; ++i) {
973 sp->leapcnt = 0; /* so, we're off a little */
1419 i = (sp == NULL) ? 0 : sp->leapcnt;
1422 i = sp->leapcnt;

Completed in 19 milliseconds