Searched refs:best_latency (Results 1 – 2 of 2) sorted by relevance
179 int64_t best_latency = std::numeric_limits<int64_t>::max(); in GetTimeTscPair() local186 if (latency < best_latency) { in GetTimeTscPair()187 best_latency = latency; in GetTimeTscPair()
246 int64_t best_latency = std::numeric_limits<int64_t>::max(); in GetTimeTscPair() local253 if (latency < best_latency) { in GetTimeTscPair()254 best_latency = latency; in GetTimeTscPair()