/third_party/skia/third_party/externals/harfbuzz/util/ |
D | ansi-print.hh | 279 unsigned int best_s = UINT_MAX; in block_best() local 286 if (s < best_s) { in block_best() 287 best_s = s; in block_best() 292 if (s < best_s) { in block_best() 293 best_s = s; in block_best() 298 if (best_s < score) { in block_best() 302 score = best_s; in block_best() 311 unsigned int best_s = UINT_MAX; in block_best() local 318 if (s < best_s) { in block_best() 319 best_s = s; in block_best() [all …]
|
/third_party/harfbuzz/util/ |
D | ansi-print.cc | 282 unsigned int best_s = UINT_MAX; in block_best() local 289 if (s < best_s) { in block_best() 290 best_s = s; in block_best() 295 if (s < best_s) { in block_best() 296 best_s = s; in block_best() 301 if (best_s < score) { in block_best() 305 score = best_s; in block_best() 314 unsigned int best_s = UINT_MAX; in block_best() local 321 if (s < best_s) { in block_best() 322 best_s = s; in block_best() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | ansi-print.cc | 282 unsigned int best_s = (unsigned int) -1; in block_best() local 289 if (s < best_s) { in block_best() 290 best_s = s; in block_best() 295 if (s < best_s) { in block_best() 296 best_s = s; in block_best() 301 if (best_s < score) { in block_best() 305 score = best_s; in block_best() 314 unsigned int best_s = (unsigned int) -1; in block_best() local 321 if (s < best_s) { in block_best() 322 best_s = s; in block_best() [all …]
|
/third_party/glib/glib/glib-mirroring-tab/ |
D | packtab.c | 119 static long c[22], best_c[22], s, best_s; variable 129 if (s < best_s) in found() 131 best_s = s; in found() 196 if (s >= best_s) in bt() 220 best_s = N * a * 2; in solve() 376 packtab_version, macro_name, key_type_name, a, best_s, best_lev, in write_out()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_bank_conflicts.cpp | 855 unsigned best_s = r; in optimize_reg_permutation() local 869 best_s = s; in optimize_reg_permutation() 875 if (best_s != r) { in optimize_reg_permutation() 878 swap(banks[b], r, p, best_s, p); in optimize_reg_permutation() 881 SWAP(map.v[r], map.v[best_s]); in optimize_reg_permutation()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_enc.c | 2958 MpegEncContext best_s = { 0 }, backup_s; in encode_thread() local 3172 best_s.data_partitioning= s->data_partitioning; in encode_thread() 3173 best_s.partitioned_frame= s->partitioned_frame; in encode_thread() 3185 encode_mb_hq(s, &backup_s, &best_s, CANDIDATE_MB_TYPE_INTER, pb, pb2, tex_pb, in encode_thread() 3197 encode_mb_hq(s, &backup_s, &best_s, CANDIDATE_MB_TYPE_INTER_I, pb, pb2, tex_pb, in encode_thread() 3206 encode_mb_hq(s, &backup_s, &best_s, CANDIDATE_MB_TYPE_SKIPPED, pb, pb2, tex_pb, in encode_thread() 3217 encode_mb_hq(s, &backup_s, &best_s, CANDIDATE_MB_TYPE_INTER4V, pb, pb2, tex_pb, in encode_thread() 3226 encode_mb_hq(s, &backup_s, &best_s, CANDIDATE_MB_TYPE_FORWARD, pb, pb2, tex_pb, in encode_thread() 3235 encode_mb_hq(s, &backup_s, &best_s, CANDIDATE_MB_TYPE_BACKWARD, pb, pb2, tex_pb, in encode_thread() 3246 encode_mb_hq(s, &backup_s, &best_s, CANDIDATE_MB_TYPE_BIDIR, pb, pb2, tex_pb, in encode_thread() [all …]
|