Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/util/
H A Dansi-print.hh257 const char *best_c = " "; in block_best() local
263 best_c = " "; in block_best()
269 best_c = " "; in block_best()
299 best_c = lower[7 - which]; in block_best()
331 best_c = left[which - 1]; in block_best()
365 best_c = c; in block_best()
370 return best_c; in block_best()
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dvir.c1993 struct v3d_compile *best_c = NULL; in v3d_compile() local
2017 if (c != best_c) in v3d_compile()
2044 set_best_compile(&best_c, c); in v3d_compile()
2048 set_best_compile(&best_c, c); in v3d_compile()
2078 if (best_c && c != best_c) in v3d_compile()
2079 set_best_compile(&c, best_c); in v3d_compile()