Searched refs:cj (Results 1 – 5 of 5) sorted by relevance
74 size_t ci, cj, ei; in exclude_cmds() local77 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 …]
297 unsigned int si, si_l, si_h, rd, rj, cj; in get_step_address() local321 cj = (rj & 0x07) + DBG_FCC_BASE; in get_step_address()324 dbg_get_reg(cj, &cj_val, regs); in get_step_address()
10 - Christoph Winklhofer <cj.winklhofer@gmail.com>
7 Author: Christoph Winklhofer <cj.winklhofer@gmail.com>
1023 int cj = sd->params.flickerControl.coarseJump; in set_flicker() local1035 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