Searched refs:best_score (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_fb_helper.c1256 int my_score, best_score, score; local
1268 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height);
1270 return best_score;
1275 return best_score;
1315 if (score > best_score) {
1317 best_score = score;
1325 return best_score;
/freebsd-12-stable/sys/dev/al_eth/
H A Dal_init_eth_lm.c584 int best_score = -1; local
608 if (test_score > best_score) {
609 best_score = test_score;
630 best_score = -1;
641 if (test_score > best_score) {
642 best_score = test_score;
659 best_score, rx_params.dcgain, rx_params.dfe_3db_freq,
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1028 int i, crl_score, best_score = *pscore; local
1038 if (crl_score < best_score || crl_score == 0)
1041 if (crl_score == best_score && best_crl != NULL) {
1055 best_score = crl_score;
1063 *pscore = best_score;
1071 if (best_score >= CRL_SCORE_VALID)

Completed in 180 milliseconds