Searched refs:time0 (Results 1 – 3 of 3) sorted by relevance
53 int64 time0 = ((previous_unrolled_time_high - 1) << nbits) | timestamp; in GetUnrolledTimestamp() local59 int64 diff0 = time0 - previous_unrolled_timestamp_; in GetUnrolledTimestamp()75 unrolled_time = time0; in GetUnrolledTimestamp()
135 const base::TimeTicks time0 = event0.GetEventTime(); in ResampleMotionEvent() local137 DCHECK(time0 < time1); in ResampleMotionEvent()138 DCHECK(time0 <= resample_time); in ResampleMotionEvent()140 const float alpha = (resample_time - time0).InMillisecondsF() / in ResampleMotionEvent()141 (time1 - time0).InMillisecondsF(); in ResampleMotionEvent()324 const base::TimeTicks time0 = event0->GetEventTime(); in TryResample() local326 base::TimeDelta delta = time1 - time0; in TryResample()
33 double difftime(time_t time1, time_t time0);