HomeSort by relevance Sort by last modified time
    Searched defs:NUM_COLS (Results 1 - 5 of 5) 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);

Completed in 484 milliseconds