Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dhelp.c54 size_t ci, cj, ei; in exclude_cmds() local
57 ci = cj = ei = 0; in exclude_cmds()
61 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds()
69 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds()
71 cmds->cnt = cj; in exclude_cmds()
/linux-4.1.27/drivers/media/usb/gspca/
Dcpia1.c1030 int cj = sd->params.flickerControl.coarseJump; in set_flicker() local
1040 startexp = (currentexp + ROUND_UP_EXP_FOR_FLICKER) / cj; in set_flicker()
1043 startexp = (startexp * cj) - 1; in set_flicker()
1046 startexp -= cj; in set_flicker()
1049 startexp -= cj; in set_flicker()