Searched refs:best_t1 (Results 1 – 2 of 2) sorted by relevance
218 unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; in get_delta() local230 if (t1 - t0 < best_t1 - best_t0) in get_delta()231 best_t0 = t0, best_t1 = t1, best_tm = tm; in get_delta()234 *rt = best_t1 - best_t0; in get_delta()238 tcenter = (best_t0/2 + best_t1/2); in get_delta()239 if (best_t0 % 2 + best_t1 % 2 == 2) in get_delta()
175 unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; in get_delta() local189 if (t1 - t0 < best_t1 - best_t0) in get_delta()190 best_t0 = t0, best_t1 = t1, best_tm = tm; in get_delta()193 *rt = best_t1 - best_t0; in get_delta()197 tcenter = (best_t0/2 + best_t1/2); in get_delta()198 if (best_t0 % 2 + best_t1 % 2 == 2) in get_delta()