Lines Matching refs:best
903 } best = { .start = -1, .size = 0 },956 if (best.start == -1 || best.size < curr.size)957 best = curr;969 if (best.start == -1 || best.size < curr.size)970 best = curr;973 if (best.start == -1) { /* no window - use default rx_phase */976 rx_phase = best.start + best.size / 2;
Indexes created Mon Oct 20 20:10:13 GMT 2025