Lines Matching refs:best_s
282 unsigned int best_s = (unsigned int) -1;
289 if (s < best_s) {
290 best_s = s;
295 if (s < best_s) {
296 best_s = s;
301 if (best_s < score) {
305 score = best_s;
314 unsigned int best_s = (unsigned int) -1;
321 if (s < best_s) {
322 best_s = s;
327 if (s < best_s) {
328 best_s = s;
333 if (best_s < score) {
337 score = best_s;