Searched refs:cj (Results 1 – 3 of 3) sorted by relevance
75 size_t ci, cj, ei; in exclude_cmds() local81 ci = cj = ei = 0; in exclude_cmds()85 if (ci == cj) { in exclude_cmds()87 cj++; in exclude_cmds()89 cmds->names[cj++] = cmds->names[ci]; in exclude_cmds()100 if (ci != cj) { in exclude_cmds()102 cmds->names[cj++] = cmds->names[ci]; in exclude_cmds()106 for (ci = cj; ci < cmds->cnt; ci++) in exclude_cmds()108 cmds->cnt = cj; in exclude_cmds()
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()