/build/tools/apriori/ |
debug.c | 5 #define NUM_COLS (32) 21 if (i && !(i % NUM_COLS)) { 35 if (i && (i % NUM_COLS)) fputs("\n", s);
|
/build/tools/isprelinked/ |
debug.c | 5 #define NUM_COLS (32) 20 if (i && !(i % NUM_COLS)) { 34 if (i && (i % NUM_COLS)) fputs("\n", s);
|
/build/tools/lsd/ |
debug.c | 5 #define NUM_COLS (32) 22 if (i && !(i % NUM_COLS)) { 36 if (i && (i % NUM_COLS)) fputs("\n", s);
|
/build/tools/soslim/ |
debug.c | 7 #define NUM_COLS (32) 22 if (i && !(i % NUM_COLS)) { 36 if (i && (i % NUM_COLS)) fputs("\n", s);
|
/development/tools/yuv420sp2rgb/ |
debug.c | 5 #define NUM_COLS (32) 21 if (i && !(i % NUM_COLS)) { 35 if (i && (i % NUM_COLS)) fputs("\n", s);
|
/external/elfcopy/ |
debug.c | 5 #define NUM_COLS (32) 22 if (i && !(i % NUM_COLS)) { 37 if (i && (i % NUM_COLS)) fputs("\n", s);
|
/external/jpeg/ |
jdcolor.c | 148 JDIMENSION num_cols = cinfo->output_width; local 163 for (col = 0; col < num_cols; col++) { 189 JDIMENSION num_cols = cinfo->output_width; local 204 for (col = 0; col < num_cols; col++) { 230 JDIMENSION num_cols = cinfo->output_width; local 258 num_cols--; 260 for (col = 0; col < (num_cols>>1); col++) { 279 if (num_cols&1) { 302 JDIMENSION num_cols = cinfo->output_width; local 330 num_cols-- 378 JDIMENSION num_cols = cinfo->output_width; local 404 JDIMENSION num_cols = cinfo->output_width; local 456 JDIMENSION num_cols = cinfo->output_width; local 516 JDIMENSION num_cols = cinfo->output_width; local 563 JDIMENSION num_cols = cinfo->output_width; local 584 JDIMENSION num_cols = cinfo->output_width; local 605 JDIMENSION num_cols = cinfo->output_width; local 643 JDIMENSION num_cols = cinfo->output_width; local 698 JDIMENSION num_cols = cinfo->output_width; local [all...] |
jccolor.c | 142 JDIMENSION num_cols = cinfo->image_width; local 150 for (col = 0; col < num_cols; col++) { 198 JDIMENSION num_cols = cinfo->image_width; local 204 for (col = 0; col < num_cols; col++) { 237 JDIMENSION num_cols = cinfo->image_width; local 246 for (col = 0; col < num_cols; col++) { 289 JDIMENSION num_cols = cinfo->image_width; local 296 for (col = 0; col < num_cols; col++) { 350 JDIMENSION num_cols = cinfo->image_width; local 353 if (1 == num_rows && 3 == nc && num_cols > 0) [all...] |
jutils.c | 113 int num_rows, JDIMENSION num_cols) 117 * The source and destination arrays must be at least as wide as num_cols. 122 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE)); 137 for (count = num_cols; count > 0; count--)
|
jcprepct.c | 106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, 113 1, num_cols);
|
jpegint.h | 375 int num_rows, JDIMENSION num_cols));
|
/packages/experimental/procstatlog/ |
procstatreport.py | 145 num_cols = len(datasets) 148 writer.writerow([msec] + [values.get(n, "") for n in range(num_cols)])
|