HomeSort by: relevance | last modified time | path
    Searched refs:best_score (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/autofit/
afwarp.h 44 AF_WarpScore best_score; member in struct:AF_WarperRec_
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;
aflatin2.c 2124 FT_Pos best_score = scores[0]; local
2130 if ( scores[nn] < best_score )
2132 best_score = scores[nn];
  /xsrc/external/mit/brotli/dist/c/enc/
hash_forgetful_chain_inc.h 206 score_t best_score = out->score; local
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;
hash_longest_match64_inc.h 175 score_t best_score = out->score; local
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;
hash_longest_match_inc.h 171 score_t best_score = out->score; local
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;
hash_longest_match_quickly_inc.h 162 score_t best_score = out->score; local
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/
node_to_instr.c 248 unsigned int best_score = 0; local
253 if (!best || score > best_score) {
255 best_score = score;
  /xsrc/external/mit/xorg-server/dist/glx/
glxscreens.c 256 int best_score = 0; local
309 if (score > best_score) {
311 best_score = score;
  /xsrc/external/mit/xorg-server.old/dist/glx/
glxscreens.c 284 int best_score = 0; local
313 if (score > best_score) {
315 best_score = score;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
scheduler.c 1291 int best_score = INT_MIN; local
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/
bitscale.c 313 int best_score, best_unscaled_score, local
339 best_score = 0;
408 if ((score > best_score) ||
409 ((score == best_score) &&
416 best_score = score;
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
bitscale.c 308 int best_score, best_unscaled_score, local
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/
anv_image.c 530 uint32_t best_score = 0; local
534 if (score > best_score) {
536 best_score = score;
540 if (best_score > 0)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.c 979 int best_score; local
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/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.c 943 int best_score; local
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/MesaLib/dist/src/intel/vulkan/
anv_image.c 1184 uint32_t best_score = 0; local
1188 if (score > best_score) {
1190 best_score = score;
1194 if (best_score > 0)
  /xsrc/external/mit/xrandr/dist/
xrandr.c 2136 int best_score; local
2150 best_score = pick_crtcs_score (outputs);
2152 return best_score;
2178 if (score > best_score)
2181 best_score = score;
2191 return best_score;

Completed in 27 milliseconds