Lines Matching defs:ats
2376 zic_t const *ats, unsigned char const *types)
2379 while (0 < r.count && ats[r.base] < lo) {
2404 while (0 < r.count && hi + 1 < ats[r.base + r.count - 1])
2430 zic_t *ats = emalloc(align_to(size_product(timecnt + !timecnt,
2431 sizeof *ats + 1),
2433 void *typesptr = ats + timecnt;
2487 ats[i] = attypes[i].at;
2497 if (ats[i] > trans[j] - corr[j]) {
2498 ats[i] = tadd(ats[i], corr[j]);
2509 ats, types);
2510 range32 = limitrange(range64, ZIC32_MIN, ZIC32_MAX, ats, types);
2591 && ! (thistimecnt && ats[thistimei] == lo_time)) {
2755 puttzcodepass(ats[i], fp, pass);
2783 if (timecnt == 0 || trans[i] < ats[0]) {
2793 trans[i] >= ats[j])
2834 free(ats);