/openbmc/linux/tools/lib/subcmd/ |
H A D | help.c | 74 size_t ci, cj, ei; in exclude_cmds() local 77 ci = cj = ei = 0; in exclude_cmds() 81 if (ci == cj) { in exclude_cmds() 83 cj++; in exclude_cmds() 85 zfree(&cmds->names[cj]); in exclude_cmds() 86 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds() 95 if (ci != cj) { in exclude_cmds() 97 zfree(&cmds->names[cj]); in exclude_cmds() 98 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds() 101 for (ci = cj; ci < cmds->cnt; ci++) in exclude_cmds() [all …]
|
/openbmc/qemu/target/riscv/ |
H A D | insn16.decode | 79 @cj ... ........... .. &j imm=%imm_cj 159 jal 101 ........... 01 @cj rd=0 # C.J 167 jal 001 ........... 01 @cj rd=1 # C.JAL
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_fmov.c.inc | 181 offsetof(CPULoongArchState, cf[a->cj & 0x7])); 213 offsetof(CPULoongArchState, cf[a->cj & 0x7]));
|
H A D | trans_branch.c.inc | 70 offsetof(CPULoongArchState, cf[a->cj]));
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | kgdb.c | 297 unsigned int si, si_l, si_h, rd, rj, cj; in get_step_address() local 321 cj = (rj & 0x07) + DBG_FCC_BASE; in get_step_address() 324 dbg_get_reg(cj, &cj_val, regs); in get_step_address()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 254 D(0xecf6, CRB, RRS, GIE, r1_32s, r2_32s, 0, 0, cj, 0, 0) 255 D(0xece4, CGRB, RRS, GIE, r1_o, r2_o, 0, 0, cj, 0, 0) 256 D(0xec76, CRJ, RIE_b, GIE, r1_32s, r2_32s, 0, 0, cj, 0, 0) 257 D(0xec64, CGRJ, RIE_b, GIE, r1_o, r2_o, 0, 0, cj, 0, 0) 258 D(0xecfe, CIB, RIS, GIE, r1_32s, i2, 0, 0, cj, 0, 0) 259 D(0xecfc, CGIB, RIS, GIE, r1_o, i2, 0, 0, cj, 0, 0) 260 D(0xec7e, CIJ, RIE_c, GIE, r1_32s, i2, 0, 0, cj, 0, 0) 261 D(0xec7c, CGIJ, RIE_c, GIE, r1_o, i2, 0, 0, cj, 0, 0) 263 D(0xecf7, CLRB, RRS, GIE, r1_32u, r2_32u, 0, 0, cj, 0, 1) 264 D(0xece5, CLGRB, RRS, GIE, r1_o, r2_o, 0, 0, cj, 0, 1) [all …]
|
/openbmc/qemu/target/loongarch/ |
H A D | insns.decode | 40 &fc fd cj 42 &rc rd cj 46 &c_offs cj offs 89 @fc .... ........ ..... ..... .. cj:3 fd:5 &fc 91 @rc .... ........ ..... ..... .. cj:3 rd:5 &rc 95 @c_offs21 .... .. ................ .. cj:3 ..... &c_offs offs=%offs21
|
H A D | disas.c | 264 output(ctx, mnemonic, "f%d, fcc%d", a->fd, a->cj); in output_fc() 274 output(ctx, mnemonic, "r%d, fcc%d", a->rd, a->cj); in output_rc() 297 output(ctx, mnemonic, "fcc%d, %d # 0x%" PRIx64, a->cj, a->offs, in output_c_offs()
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | cpia1.c | 1025 int cj = sd->params.flickerControl.coarseJump; in set_flicker() local 1037 startexp = (currentexp + ROUND_UP_EXP_FOR_FLICKER) / cj; in set_flicker() 1040 startexp = (startexp * cj) - 1; in set_flicker() 1043 startexp -= cj; in set_flicker() 1046 startexp -= cj; in set_flicker()
|