Searched refs:ats (Results 1 – 1 of 1) sorted by relevance
1854 while (0 < r.count && ats[r.base] < lo) { in limitrange()1890 zic_t *ats = emalloc(align_to(size_product(nats, sizeof *ats + 1), in writezone() local1892 void *typesptr = ats + nats; in writezone()1946 ats[i] = attypes[i].at; in writezone()1956 if (ats[i] > trans[j] - corr[j]) { in writezone()1957 ats[i] = tadd(ats[i], corr[j]); in writezone()1972 ats[timecnt] = y2038_boundary - 1; in writezone()2076 if (ats[thistimei] == lo_time) in writezone()2217 zic_t at = ats[i] < lo ? lo : ats[i]; in writezone()2258 trans[i] >= ats[j]) in writezone()[all …]
Completed in 11 milliseconds