HomeSort by relevance Sort by last modified time
    Searched refs:NUM_COLS (Results 1 - 6 of 6) sorted by null

  /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);
  /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);
  /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);

Completed in 1458 milliseconds