Searched refs:r1c (Results 1 – 1 of 1) sorted by relevance
1011 int r1c, r2c; in S_compile_runtime_code() local1022 r1c = r1->code_blocks->count; in S_compile_runtime_code()1025 Newx(new_block, r1c + r2c, struct reg_code_block); in S_compile_runtime_code()1029 while (i1 < r1c || i2 < r2c) { in S_compile_runtime_code()1033 if (i1 == r1c) { in S_compile_runtime_code()