Searched refs:best_score (Results 1 – 4 of 4) sorted by relevance
253 unsigned best_score = UINT_MAX; in find_rate() local279 if (best_score > score) { in find_rate()280 best_score = score; in find_rate()288 if ((score != UINT_MAX) && (best_score >= score)) { in find_rate()289 best_score = score; in find_rate()
1905 int my_score, best_score, score; in drm_pick_crtcs() local1916 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs()1918 return best_score; in drm_pick_crtcs()1923 return best_score; in drm_pick_crtcs()1963 if (score > best_score) { in drm_pick_crtcs()1964 best_score = score; in drm_pick_crtcs()1972 return best_score; in drm_pick_crtcs()
729 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local734 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()736 best_score = score; in of_flat_dt_match_machine()
952 int score, best_score = 0; in __of_match_node() local960 if (score > best_score) { in __of_match_node()962 best_score = score; in __of_match_node()