Lines Matching defs:cidx
531 summary_format(int x, int y, int *numbers, const char **names, int *cidx)
556 if (cidx != NULL)
559 color = color_test(*cidx++, num);
594 summary_format_memory(int x, int y, long *numbers, const char **names, int *cidx)
623 color = color_test(*cidx++, num);
1190 int *cidx;
1206 cidx = cpustate_cidx;
1223 color = color_test(*cidx++, value/10);
1256 int *cidx;
1274 cidx = cpustate_cidx;
1291 color = color_test(*cidx, value/10);
1303 cidx++;