Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dansi-print.cc282 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 …]
/external/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp834 unsigned best_s = r; in optimize_reg_permutation() local
848 best_s = s; in optimize_reg_permutation()
854 if (best_s != r) { in optimize_reg_permutation()
857 swap(banks[b], r, p, best_s, p); in optimize_reg_permutation()
860 SWAP(map.v[r], map.v[best_s]); in optimize_reg_permutation()