Home
last modified time | relevance | path

Searched refs:cj (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/lib/subcmd/
Dhelp.c64 size_t ci, cj, ei; in exclude_cmds() local
67 ci = cj = ei = 0; in exclude_cmds()
71 if (ci == cj) { in exclude_cmds()
73 cj++; in exclude_cmds()
75 zfree(&cmds->names[cj]); in exclude_cmds()
76 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds()
85 if (ci != cj) { in exclude_cmds()
87 zfree(&cmds->names[cj]); in exclude_cmds()
88 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds()
91 for (ci = cj; ci < cmds->cnt; ci++) in exclude_cmds()
[all …]
/Linux-v6.6/arch/loongarch/kernel/
Dkgdb.c297 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()
/Linux-v6.6/drivers/media/usb/gspca/
Dcpia1.c1024 int cj = sd->params.flickerControl.coarseJump; in set_flicker() local
1034 startexp = (currentexp + ROUND_UP_EXP_FOR_FLICKER) / cj; in set_flicker()
1037 startexp = (startexp * cj) - 1; in set_flicker()
1040 startexp -= cj; in set_flicker()
1043 startexp -= cj; in set_flicker()