Home
last modified time | relevance | path

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

/linux/tools/lib/subcmd/
H A Dhelp.c75 size_t ci, cj, ei; in exclude_cmds() local
78 ci = cj = ei = 0; in exclude_cmds()
82 if (ci == cj) { in exclude_cmds()
84 cj++; in exclude_cmds()
86 cmds->names[cj++] = cmds->names[ci]; in exclude_cmds()
97 if (ci != cj) { in exclude_cmds()
99 cmds->names[cj++] = cmds->names[ci]; in exclude_cmds()
103 for (ci = cj; ci < cmds->cnt; ci++) in exclude_cmds()
105 cmds->cnt = cj; in exclude_cmds()
/linux/arch/loongarch/kernel/
H A Dkgdb.c298 unsigned int si, si_l, si_h, rd, rj, cj; in get_step_address() local
322 cj = (rj & 0x07) + DBG_FCC_BASE; in get_step_address()
325 dbg_get_reg(cj, &cj_val, regs); in get_step_address()
/linux/Documentation/w1/masters/
H A Dw1-uart.rst7 Author: Christoph Winklhofer <cj.winklhofer@gmail.com>
/linux/drivers/media/usb/gspca/
H A Dcpia1.c1023 int cj = sd->params.flickerControl.coarseJump; in set_flicker() local
1035 startexp = (currentexp + ROUND_UP_EXP_FOR_FLICKER) / cj; in set_flicker()
1038 startexp = (startexp * cj) - 1; in set_flicker()
1041 startexp -= cj; in set_flicker()
1044 startexp -= cj; in set_flicker()