Lines Matching defs:lj
8153 int j, lj;
8242 lj = -1;
8261 if (lj < j) {
8262 lj++;
8263 while (lj < j)
8264 gen_opc_instr_start[lj++] = 0;
8266 gen_opc_pc[lj] = pc_ptr;
8267 gen_opc_cc_op[lj] = dc->cc_op;
8268 gen_opc_instr_start[lj] = 1;
8269 gen_opc_icount[lj] = num_insns;
8330 lj++;
8331 while (lj <= j)
8332 gen_opc_instr_start[lj++] = 0;