Lines Matching refs:ats
2336 zic_t const *ats, unsigned char const *types)
2339 while (0 < r.count && ats[r.base] < lo) {
2364 while (0 < r.count && hi + 1 < ats[r.base + r.count - 1])
2389 zic_t *ats = emalloc(align_to(size_product(timecnt + !timecnt,
2390 sizeof *ats + 1),
2392 void *typesptr = ats + timecnt;
2446 ats[i] = attypes[i].at;
2456 if (ats[i] > trans[j] - corr[j]) {
2457 ats[i] = tadd(ats[i], corr[j]);
2468 ats, types);
2469 range32 = limitrange(range64, ZIC32_MIN, ZIC32_MAX, ats, types);
2550 && ! (thistimecnt && ats[thistimei] == lo_time)) {
2714 puttzcodepass(ats[i], fp, pass);
2742 if (timecnt == 0 || trans[i] < ats[0]) {
2752 trans[i] >= ats[j])
2782 free(ats);