Searched refs:ts_a (Results 1 – 3 of 3) sorted by relevance
427 void ts_plus(struct timespec *ts_a, struct timespec *ts_b, in ts_plus() argument430 if (ts_a == NULL || ts_b == NULL || ts_sum == NULL) { in ts_plus()436 ts_sum->tv_sec = ts_a->tv_sec + ts_b->tv_sec; in ts_plus()437 ts_sum->tv_nsec = ts_a->tv_nsec + ts_b->tv_nsec; in ts_plus()
456 ts_a = uptime460 ts_a = ts_hint[0]462 ts_a = random.randint(120, 100*60*60*24*365)476 options.append(('Timestamp', (ts_a, ts_b)))
290 void ts_plus(struct timespec *ts_a, struct timespec *ts_b, struct timespec *ts_sum);