Searched refs:ts_b (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()
465 ts_b = 0467 ts_b = ts_hint[1]475 ts_b = random.randint(1, 2**32-1)476 options.append(('Timestamp', (ts_a, ts_b)))
290 void ts_plus(struct timespec *ts_a, struct timespec *ts_b, struct timespec *ts_sum);