Searched refs:ten_9 (Results 1 – 1 of 1) sorted by relevance
93 const int64_t ten_9 = 1000000000LL; in timeval2timespec() local96 int64_t now_nsec = (int64_t)tv->tv_sec * ten_9; in timeval2timespec()99 ts->tv_sec = then_nsec / ten_9; in timeval2timespec()100 ts->tv_nsec = then_nsec % ten_9; in timeval2timespec()