Lines Matching defs:ats
111 struct timespec ats, *ts = NULL;
123 ats.tv_sec = atv50.tv_sec;
124 ats.tv_nsec = atv50.tv_usec * 1000;
125 ts = &ats;
145 struct timespec ats, *ts = NULL;
153 timespec50_to_timespec(&ats50, &ats);
154 ts = &ats;
177 struct timespec ats, *ts = NULL;
186 timespec50_to_timespec(&ats50, &ats);
187 ts = &ats;