Lines Matching defs:timecnt
236 static ptrdiff_t timecnt;
2401 as this is a bit faster. Do not malloc(0) if !timecnt,
2403 zic_t *ats = xmalloc(align_to(size_product(timecnt + !timecnt,
2406 void *typesptr = ats + timecnt;
2413 if (timecnt > 1)
2414 qsort(attypes, (size_t) timecnt, sizeof *attypes, atcomp);
2423 for ( ; fromi < timecnt; ++fromi) {
2444 timecnt = toi;
2447 if (noise && timecnt > 1200) {
2448 if (timecnt > TZ_MAX_TIMES)
2459 for (i = 0; i < timecnt; ++i) {
2467 for (i = 0; i < timecnt; ++i) {
2477 rangeall.count = timecnt;
2756 if (timecnt == 0 || trans[i] < ats[0]) {
2765 while (j < timecnt &&
3165 timecnt = 0;
3444 for (i = 0; i < timecnt; i++) {
3455 for (i = j = 0; i < timecnt; i++)
3464 timecnt = j;
3484 for (lastat = attypes, i = 1; i < timecnt; i++)
3490 attypes[timecnt - 1].dontmerge = true;
3502 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc);
3503 attypes[timecnt].at = starttime;
3504 attypes[timecnt].dontmerge = false;
3505 attypes[timecnt].type = type;
3506 ++timecnt;