Home
last modified time | relevance | path

Searched refs:best_score (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/
Ddrm_fb_helper.c1232 int my_score, best_score, score; in drm_pick_crtcs() local
1244 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs()
1246 return best_score; in drm_pick_crtcs()
1251 return best_score; in drm_pick_crtcs()
1291 if (score > best_score) { in drm_pick_crtcs()
1293 best_score = score; in drm_pick_crtcs()
1301 return best_score; in drm_pick_crtcs()
/freebsd-10-stable/crypto/openssl/crypto/x509/
Dx509_vfy.c964 int i, crl_score, best_score = *pscore; in get_crl_sk() local
975 if (crl_score > best_score) { in get_crl_sk()
978 best_score = crl_score; in get_crl_sk()
988 *pscore = best_score; in get_crl_sk()
998 if (best_score >= CRL_SCORE_VALID) in get_crl_sk()