| /xsrc/external/mit/freetype/dist/src/autofit/ |
| H A D | afwarp.h | 44 AF_WarpScore best_score; member in struct:AF_WarperRec_
|
| H A D | afwarp.c | 143 if ( score > warper->best_score || 144 ( score == warper->best_score && 147 warper->best_score = score; 195 warper->best_score = FT_INT_MIN;
|
| H A D | aflatin2.c | 2124 FT_Pos best_score = scores[0]; local in function:af_latin2_hint_edges 2130 if ( scores[nn] < best_score ) 2132 best_score = scores[nn];
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | hash_forgetful_chain_inc.h | 206 score_t best_score = out->score; local in function:FN 229 if (best_score < score) { 231 if (best_score < score) { 232 best_score = score; 236 out->score = best_score; 270 if (best_score < score) { 271 best_score = score; 275 out->score = best_score;
|
| H A D | hash_longest_match64_inc.h | 175 score_t best_score = out->score; local in function:FN 206 if (best_score < score) { 208 if (best_score < score) { 209 best_score = score; 213 out->score = best_score; 247 if (best_score < score) { 248 best_score = score; 252 out->score = best_score;
|
| H A D | hash_longest_match_inc.h | 171 score_t best_score = out->score; local in function:FN 202 if (best_score < score) { 204 if (best_score < score) { 205 best_score = score; 209 out->score = best_score; 242 if (best_score < score) { 243 best_score = score; 247 out->score = best_score;
|
| H A D | hash_longest_match_quickly_inc.h | 162 score_t best_score = out->score; local in function:FN 174 if (best_score < score) { 183 best_score = score; 209 if (best_score < score) { 240 if (best_score < score) { 244 best_score = score;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | node_to_instr.c | 248 unsigned int best_score = 0; local in function:ppir_ready_list_pick_best 253 if (!best || score > best_score) { 255 best_score = score;
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxscreens.c | 256 int best_score = 0; local in function:pickFBConfig 309 if (score > best_score) { 311 best_score = score;
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxscreens.c | 284 int best_score = 0; local in function:pickFBConfig 313 if (score > best_score) { 315 best_score = score;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | scheduler.c | 1291 int best_score = INT_MIN; local in function:try_node 1303 if (best_score != INT_MIN) { 1321 best_score = score; 1325 if (score > best_score) { 1326 best_score = score; 1334 best_score, best_node->sched.max_node ? " (max)" : "");
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bitscale.c | 313 int best_score, best_unscaled_score, local in function:FindBestToScale 339 best_score = 0; 408 if ((score > best_score) || 409 ((score == best_score) && 416 best_score = score;
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bitscale.c | 308 int best_score, best_unscaled_score, local in function:FindBestToScale 334 best_score = 0; 403 if ((score > best_score) || 404 ((score == best_score) && 411 best_score = score;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_image.c | 530 uint32_t best_score = 0; local in function:choose_drm_format_mod 534 if (score > best_score) { 536 best_score = score; 540 if (best_score > 0)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 943 int best_score; local in function:xf86PickCrtcs 956 best_score = xf86PickCrtcs (scrn, best_crtcs, modes, n+1, width, height); 958 return best_score; 962 return best_score; 1009 if (score > best_score) 1012 best_score = score; 1017 return best_score;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 979 int best_score; local in function:xf86PickCrtcs 991 best_score = xf86PickCrtcs(scrn, best_crtcs, modes, n + 1, width, height); 993 return best_score; 997 return best_score; 1043 if (score > best_score) { 1044 best_score = score; 1049 return best_score;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_image.c | 1184 uint32_t best_score = 0; local in function:choose_drm_format_mod 1188 if (score > best_score) { 1190 best_score = score; 1194 if (best_score > 0)
|
| /xsrc/external/mit/xrandr/dist/ |
| H A D | xrandr.c | 2136 int best_score; local in function:pick_crtcs_score 2150 best_score = pick_crtcs_score (outputs); 2152 return best_score; 2178 if (score > best_score) 2181 best_score = score; 2191 return best_score;
|