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()
1555 int my_score, best_score, score; in drm_pick_crtcs() local1566 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs()1568 return best_score; in drm_pick_crtcs()1573 return best_score; in drm_pick_crtcs()1613 if (score > best_score) { in drm_pick_crtcs()1614 best_score = score; in drm_pick_crtcs()1622 return best_score; in drm_pick_crtcs()
712 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local717 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()719 best_score = score; in of_flat_dt_match_machine()
955 int score, best_score = 0; in __of_match_node() local963 if (score > best_score) { in __of_match_node()965 best_score = score; in __of_match_node()