Home | History | Annotate | Download | only in base

Lines Matching refs:one_sec

90   const int32_t one_sec = 1000 * 1000 * 1000;  // one second in nanoseconds.
95 result_ts->tv_nsec += one_sec;
96 } else if (result_ts->tv_nsec > one_sec) {
98 result_ts->tv_nsec -= one_sec;