Searched refs:now_nsec (Results 1 – 2 of 2) sorted by relevance
130 int64_t now_nsec = (int64_t)tv->tv_sec * ten_9; in timeval2timespec() local131 now_nsec += (int64_t)tv->tv_usec * ten_3; in timeval2timespec()132 int64_t then_nsec = now_nsec + offset_milli * ten_6; in timeval2timespec()
96 int64_t now_nsec = (int64_t)tv->tv_sec * ten_9; in timeval2timespec() local97 now_nsec += (int64_t)tv->tv_usec * ten_3; in timeval2timespec()98 int64_t then_nsec = now_nsec + offset_milli * ten_6; in timeval2timespec()