Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c116 int timecnt; member
333 for (i = sp->timecnt - 1; stddst_mask && 0 <= i; i--) in settzname()
502 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody() local
511 && 0 <= timecnt && timecnt < TZ_MAX_TIMES in tzloadbody()
517 = (timecnt * stored /* ats */ in tzloadbody()
518 + timecnt /* types */ in tzloadbody()
534 sp->timecnt = timecnt; in tzloadbody()
541 timecnt = 0; in tzloadbody()
542 for (i = 0; i < sp->timecnt; ++i) { in tzloadbody()
550 if (timecnt && attime <= sp->ats[timecnt - 1]) { in tzloadbody()
[all …]