Home | History | Annotate | Download | only in amlogic

Lines Matching defs: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;