Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dansi-print.cc240 unsigned int total_i = 0; in block_best() local
252 total_i += c_i; in block_best()
274 if (total_i < score) { in block_best()
275 score = total_i; in block_best()
288 s = row_sum[i] + total_i - row_sum_i[i]; in block_best()
320 s = col_sum[i] + total_i - col_sum_i[i]; in block_best()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c62 unsigned int total_i = rc_recompute_ips(c); in loop_max_possible_iterations() local
65 return 1 + ((c->max_alu_insts - total_i) / loop_i); in loop_max_possible_iterations()