Home
last modified time | relevance | path

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

/linux/tools/lib/subcmd/
A Dhelp.c74 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 …]
/linux/arch/loongarch/kernel/
A 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/Documentation/devicetree/bindings/w1/
A Dw1-uart.yaml10 - Christoph Winklhofer <cj.winklhofer@gmail.com>
/linux/Documentation/w1/masters/
A Dw1-uart.rst7 Author: Christoph Winklhofer <cj.winklhofer@gmail.com>
/linux/drivers/media/usb/gspca/
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()

Completed in 17 milliseconds