/external/brotli/c/enc/ |
D | hash_longest_match64_inc.h | 175 score_t best_score = out->score; in FN() local 206 if (best_score < score) { in FN() 208 if (best_score < score) { in FN() 209 best_score = score; in FN() 213 out->score = best_score; in FN() 247 if (best_score < score) { in FN() 248 best_score = score; in FN() 252 out->score = best_score; in FN()
|
D | hash_longest_match_inc.h | 171 score_t best_score = out->score; in FN() local 202 if (best_score < score) { in FN() 204 if (best_score < score) { in FN() 205 best_score = score; in FN() 209 out->score = best_score; in FN() 242 if (best_score < score) { in FN() 243 best_score = score; in FN() 247 out->score = best_score; in FN()
|
D | hash_forgetful_chain_inc.h | 206 score_t best_score = out->score; in FN() local 229 if (best_score < score) { in FN() 231 if (best_score < score) { in FN() 232 best_score = score; in FN() 236 out->score = best_score; in FN() 270 if (best_score < score) { in FN() 271 best_score = score; in FN() 275 out->score = best_score; in FN()
|
D | hash_longest_match_quickly_inc.h | 162 score_t best_score = out->score; in FN() local 174 if (best_score < score) { in FN() 183 best_score = score; in FN() 209 if (best_score < score) { in FN() 240 if (best_score < score) { in FN() 244 best_score = score; in FN()
|
/external/webp/src/utils/ |
D | filters_utils.c | 56 int best_score = 0x7fffffff; in WebPEstimateBestFilter() local 64 if (score < best_score) { in WebPEstimateBestFilter() 65 best_score = score; in WebPEstimateBestFilter()
|
/external/freetype/src/autofit/ |
D | afwarp.c | 143 if ( score > warper->best_score || in af_warper_compute_line_best() 144 ( score == warper->best_score && in af_warper_compute_line_best() 147 warper->best_score = score; in af_warper_compute_line_best() 195 warper->best_score = FT_INT_MIN; in af_warper_compute()
|
D | afwarp.h | 44 AF_WarpScore best_score; member
|
D | aflatin2.c | 2124 FT_Pos best_score = scores[0]; in af_latin2_hint_edges() local 2130 if ( scores[nn] < best_score ) in af_latin2_hint_edges() 2132 best_score = scores[nn]; in af_latin2_hint_edges()
|
/external/webrtc/test/scenario/ |
D | video_frame_matcher.cc | 52 copy.best_score = I420SSE(*captured.thumb->GetI420(), in OnCapturedFrame() 84 if (score < captured.best_score) { in OnDecodedFrame() 85 captured.best_score = score; in OnDecodedFrame()
|
D | video_frame_matcher.h | 61 double best_score = INFINITY; member
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | node_to_instr.c | 248 unsigned int best_score = 0; in ppir_ready_list_pick_best() local 253 if (!best || score > best_score) { in ppir_ready_list_pick_best() 255 best_score = score; in ppir_ready_list_pick_best()
|
/external/webp/src/enc/ |
D | quant_enc.c | 602 score_t best_score; in TrellisQuantizeBlock() local 626 best_score = RDScoreTrellis(lambda, cost, 0); in TrellisQuantizeBlock() 709 if (score < best_score) { in TrellisQuantizeBlock() 710 best_score = score; in TrellisQuantizeBlock() 1226 score_t best_score = MAX_COST; in RefineUsingDistortion() local 1252 if (score < best_score) { in RefineUsingDistortion() 1254 best_score = score; in RefineUsingDistortion() 1293 if (score_i4 >= best_score || i4_bit_sum > bit_limit) { in RefineUsingDistortion() 1309 best_score = score_i4; in RefineUsingDistortion() 1333 rd->score = best_score; in RefineUsingDistortion()
|
D | vp8l_enc.c | 76 uint32_t best_score = ~0U; in GreedyMinimizeDeltas() local 79 if (best_score > cur_score) { in GreedyMinimizeDeltas() 80 best_score = cur_score; in GreedyMinimizeDeltas()
|
/external/libtextclassifier/native/annotator/ |
D | types.cc | 209 float best_score = -1; in operator <<() local 212 best_score = span.classification[0].score; in operator <<() 215 << ", " << best_class << ", " << best_score << ")"; in operator <<()
|
/external/ruy/ruy/ |
D | block_map.cc | 395 int best_score = std::numeric_limits<int>::min(); in MakeBlockMap() local 409 if (score >= best_score) { in MakeBlockMap() 410 best_score = score; in MakeBlockMap()
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | serial_device_batch_scheduler.h | 388 double best_score = in ProcessBatches() local 397 if (score < best_score) { in ProcessBatches() 398 best_score = score; in ProcessBatches()
|
D | adaptive_shared_batch_scheduler.h | 475 double best_score = (std::numeric_limits<double>::max)(); in MaybeScheduleNextBatch() local 483 if (best_it == batches_.end() || score < best_score) { in MaybeScheduleNextBatch() 484 best_score = score; in MaybeScheduleNextBatch()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | s3_both.cc | 696 CipherScorer::Score best_score = scorer.MinScore(); in ssl_choose_tls13_cipher() local 715 if (candidate_score > best_score) { in ssl_choose_tls13_cipher() 717 best_score = candidate_score; in ssl_choose_tls13_cipher()
|
/external/boringssl/src/ssl/ |
D | s3_both.cc | 696 CipherScorer::Score best_score = scorer.MinScore(); in ssl_choose_tls13_cipher() local 715 if (candidate_score > best_score) { in ssl_choose_tls13_cipher() 717 best_score = candidate_score; in ssl_choose_tls13_cipher()
|
/external/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | scheduler.c | 1291 int best_score = INT_MIN; in try_node() local 1303 if (best_score != INT_MIN) { in try_node() 1321 best_score = score; in try_node() 1325 if (score > best_score) { in try_node() 1326 best_score = score; in try_node() 1334 best_score, best_node->sched.max_node ? " (max)" : ""); in try_node()
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 978 best_score; in AutoSelectOpenCLDevices() local 1016 best_score=clEnv->cpu_score; in AutoSelectOpenCLDevices() 1018 best_score=MagickMin(clEnv->devices[i]->score,best_score); in AutoSelectOpenCLDevices() 1022 if (clEnv->devices[i]->score != best_score) in AutoSelectOpenCLDevices() 3088 best_score; in RequestOpenCLDevice() local 3105 best_score=0.0; in RequestOpenCLDevice() 3114 if ((device == (MagickCLDevice) NULL) || (score < best_score)) in RequestOpenCLDevice() 3117 best_score=score; in RequestOpenCLDevice()
|
/external/autotest/site_utils/ |
D | lab_inventory.py | 701 best_score = None 715 if recommendation is None or lab_score > best_score: 717 best_score = lab_score
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 1087 int crl_score, best_score = *pscore; in get_crl_sk() local 1098 if (crl_score < best_score || crl_score == 0) in get_crl_sk() 1101 if (crl_score == best_score && best_crl != NULL) { in get_crl_sk() 1115 best_score = crl_score; in get_crl_sk() 1124 *pscore = best_score; in get_crl_sk() 1134 if (best_score >= CRL_SCORE_VALID) in get_crl_sk()
|
/external/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 1087 int crl_score, best_score = *pscore; in get_crl_sk() local 1098 if (crl_score < best_score || crl_score == 0) in get_crl_sk() 1101 if (crl_score == best_score && best_crl != NULL) { in get_crl_sk() 1115 best_score = crl_score; in get_crl_sk() 1124 *pscore = best_score; in get_crl_sk() 1134 if (best_score >= CRL_SCORE_VALID) in get_crl_sk()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 671 uint32_t best_score = 0; in choose_drm_format_mod() local 675 if (score > best_score) { in choose_drm_format_mod() 677 best_score = score; in choose_drm_format_mod() 681 if (best_score > 0) in choose_drm_format_mod()
|