Searched refs:cj (Results 1 – 2 of 2) sorted by relevance
62 size_t ci, cj, ei; in exclude_cmds() local65 ci = cj = ei = 0; in exclude_cmds()69 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds()79 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds()81 cmds->cnt = cj; in exclude_cmds()
1024 int cj = sd->params.flickerControl.coarseJump; in set_flicker() local1034 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()
Completed in 8 milliseconds