Searched refs:best_c (Results 1 – 2 of 2) sorted by relevance
257 const char *best_c = " "; in block_best() local263 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()
1993 struct v3d_compile *best_c = NULL; in v3d_compile() local2017 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()