Lines Matching refs:timecnt
202 static int timecnt;
1608 zic_t *ats = emalloc(size_product(timecnt, sizeof *ats + 1));
1609 void *typesptr = ats + timecnt;
1615 if (timecnt > 1)
1616 (void) qsort(attypes, timecnt, sizeof *attypes, atcomp);
1626 while (fromi < timecnt && attypes[fromi].at < min_time)
1632 while (fromi < timecnt && attypes[fromi].type == 1)
1634 for ( ; fromi < timecnt; ++fromi) {
1647 timecnt = toi;
1652 for (i = 0; i < timecnt; ++i) {
1659 for (i = 0; i < timecnt; ++i) {
1670 timecnt32 = timecnt;
1728 thistimecnt = timecnt;
1739 writetype[i] = thistimecnt == timecnt;
1908 if (timecnt == 0 || trans[i] < ats[0]) {
1917 while (j < timecnt &&
2256 timecnt = 0;
2651 for (lastat = &attypes[0], i = 1; i < timecnt; i++)
2682 (timecnt == 1 && attypes[0].at < min_time)) {
2696 timecnt = 0;
2699 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc);
2700 attypes[timecnt].at = starttime;
2701 attypes[timecnt].type = type;
2702 ++timecnt;