Searched refs:best_score (Results 1 – 2 of 2) sorted by relevance
862 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local867 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()869 best_score = score; in of_flat_dt_match_machine()
1067 int score, best_score = 0; in __of_match_node() local1075 if (score > best_score) { in __of_match_node()1077 best_score = score; in __of_match_node()