Lines Matching defs:timecnt
227 static ptrdiff_t timecnt;
2387 as this is a bit faster. Do not malloc(0) if !timecnt,
2389 zic_t *ats = emalloc(align_to(size_product(timecnt + !timecnt,
2392 void *typesptr = ats + timecnt;
2399 if (timecnt > 1)
2400 qsort(attypes, timecnt, sizeof *attypes, atcomp);
2409 for ( ; fromi < timecnt; ++fromi) {
2430 timecnt = toi;
2433 if (noise && timecnt > 1200) {
2434 if (timecnt > TZ_MAX_TIMES)
2445 for (i = 0; i < timecnt; ++i) {
2453 for (i = 0; i < timecnt; ++i) {
2463 rangeall.count = timecnt;
2742 if (timecnt == 0 || trans[i] < ats[0]) {
2751 while (j < timecnt &&
3146 timecnt = 0;
3420 for (i = 0; i < timecnt; i++) {
3431 for (i = j = 0; i < timecnt; i++)
3440 timecnt = j;
3459 for (lastat = attypes, i = 1; i < timecnt; i++)
3465 attypes[timecnt - 1].dontmerge = true;
3477 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc);
3478 attypes[timecnt].at = starttime;
3479 attypes[timecnt].dontmerge = false;
3480 attypes[timecnt].type = type;
3481 ++timecnt;