Lines Matching defs:ats
2350 zic_t const *ats, unsigned char const *types)
2353 while (0 < r.count && ats[r.base] < lo) {
2378 while (0 < r.count && hi + 1 < ats[r.base + r.count - 1])
2403 zic_t *ats = xmalloc(align_to(size_product(timecnt + !timecnt,
2404 sizeof *ats + 1),
2406 void *typesptr = ats + timecnt;
2460 ats[i] = attypes[i].at;
2470 if (ats[i] > trans[j] - corr[j]) {
2471 ats[i] = tadd(ats[i], corr[j]);
2482 ats, types);
2483 range32 = limitrange(range64, ZIC32_MIN, ZIC32_MAX, ats, types);
2564 && ! (thistimecnt && ats[thistimei] == lo_time)) {
2728 puttzcodepass(ats[i], fp, pass);
2756 if (timecnt == 0 || trans[i] < ats[0]) {
2766 trans[i] >= ats[j])
2796 free(ats);