Searched refs:u_blocks (Results 1 – 3 of 3) sorted by relevance
138 int u_blocks, v_blocks; in pass0() local151 u_blocks = (lf_width + lf_blocksize - 1) / lf_blocksize; in pass0()157 for (bu = 0; bu < u_blocks; ++bu) { in pass0()194 for (bu = 0; bu < u_blocks; ++bu) { in pass0()247 int u_blocks, v_blocks; in pass1() local271 u_blocks = (lf_width + lf_blocksize - 1) / lf_blocksize; in pass1()274 reference_image_num = u_blocks * v_blocks; in pass1()294 for (bu = 0; bu < u_blocks; ++bu) { in pass1()318 printf("Encoding reference image %d of %d\n", bv * u_blocks + bu, in pass1()319 u_blocks * v_blocks); in pass1()[all …]
116 basicblock *u_blocks; member422 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()444 b = u->u_blocks; in compiler_unit_free()498 u->u_blocks = NULL; in compiler_enter_scope()579 b->b_list = u->u_blocks; in compiler_new_block()580 u->u_blocks = b; in compiler_new_block()3480 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in stackdepth()3705 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble_jump_offsets()3929 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()
126 basicblock *u_blocks; member497 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()519 b = u->u_blocks; in compiler_unit_free()601 u->u_blocks = NULL; in compiler_enter_scope()768 b->b_list = u->u_blocks; in compiler_new_block()769 u->u_blocks = b; in compiler_new_block()5007 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in stackdepth()5277 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble_jump_offsets()5500 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()