Lines Matching defs:timecnt
236 static ptrdiff_t timecnt;
2432 as this is a bit faster. Do not malloc(0) if !timecnt,
2434 zic_t *ats = xmalloc(align_to(size_product(timecnt + !timecnt,
2437 void *typesptr = ats + timecnt;
2444 if (timecnt > 1)
2445 qsort(attypes, (size_t) timecnt, sizeof *attypes, atcomp);
2454 for ( ; fromi < timecnt; ++fromi) {
2475 timecnt = toi;
2478 if (noise && timecnt > 1200) {
2479 if (timecnt > TZ_MAX_TIMES)
2490 for (i = 0; i < timecnt; ++i) {
2498 for (i = 0; i < timecnt; ++i) {
2508 rangeall.count = timecnt;
2787 if (timecnt == 0 || trans[i] < ats[0]) {
2796 while (j < timecnt &&
3196 timecnt = 0;
3475 for (i = 0; i < timecnt; i++) {
3486 for (i = j = 0; i < timecnt; i++)
3495 timecnt = j;
3515 for (lastat = attypes, i = 1; i < timecnt; i++)
3521 attypes[timecnt - 1].dontmerge = true;
3533 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc);
3534 attypes[timecnt].at = starttime;
3535 attypes[timecnt].dontmerge = false;
3536 attypes[timecnt].type = type;
3537 ++timecnt;