Lines Matching defs:ats
2628 zic_t const *ats, unsigned char const *types)
2631 while (0 < r.count && ats[r.base] < lo) {
2656 while (0 < r.count && hi + 1 < ats[r.base + r.count - 1])
2681 zic_t *ats = xmalloc(align_to(size_product(timecnt + !timecnt,
2682 sizeof *ats + 1),
2684 void *typesptr = ats + timecnt;
2738 ats[i] = attypes[i].at;
2748 if (ats[i] > trans[j] - corr[j]) {
2749 ats[i] = tadd(ats[i], corr[j]);
2760 ats, types);
2761 range32 = limitrange(range64, ZIC32_MIN, ZIC32_MAX, ats, types);
2842 && ! (thistimecnt && ats[thistimei] == lo_time)) {
3006 puttzcodepass(ats[i], fp, pass);
3034 if (timecnt == 0 || trans[i] < ats[0]) {
3044 trans[i] >= ats[j])
3074 free(ats);