Home
last modified time | relevance | path

Searched refs:num_tabs (Results 1 – 5 of 5) sorted by relevance

/external/libpng/
Dpngdebug.h83 int num_tabs=l; \
84 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
85 (num_tabs==2 ? " " : (num_tabs>2 ? " " : "")))); \
91 int num_tabs=l; \
92 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
93 (num_tabs==2 ? " " : (num_tabs>2 ? " " : ""))),p1); \
99 int num_tabs=l; \
100 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
101 (num_tabs==2 ? " " : (num_tabs>2 ? " " : ""))),p1,p2);\
108 int num_tabs=l; \
[all …]
/external/pdfium/third_party/libpng16/
Dpngdebug.h83 int num_tabs=l; \
84 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
85 (num_tabs==2 ? " " : (num_tabs>2 ? " " : "")))); \
91 int num_tabs=l; \
92 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
93 (num_tabs==2 ? " " : (num_tabs>2 ? " " : ""))),p1); \
99 int num_tabs=l; \
100 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
101 (num_tabs==2 ? " " : (num_tabs>2 ? " " : ""))),p1,p2);\
108 int num_tabs=l; \
[all …]
/external/skia/third_party/libpng/
Dpngdebug.h83 int num_tabs=l; \
84 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
85 (num_tabs==2 ? " " : (num_tabs>2 ? " " : "")))); \
91 int num_tabs=l; \
92 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
93 (num_tabs==2 ? " " : (num_tabs>2 ? " " : ""))),p1); \
99 int num_tabs=l; \
100 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
101 (num_tabs==2 ? " " : (num_tabs>2 ? " " : ""))),p1,p2);\
108 int num_tabs=l; \
[all …]
/external/syslinux/com32/include/
Dpng.h2636 int num_tabs=l; \
2637 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
2638 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":"")))); \
2644 int num_tabs=l; \
2645 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
2646 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":""))),p1); \
2652 int num_tabs=l; \
2653 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
2654 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":""))),p1,p2); \
2661 int num_tabs=l; \
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_print.c39 print_tabs(unsigned num_tabs, FILE *fp) in print_tabs() argument
41 for (unsigned i = 0; i < num_tabs; i++) in print_tabs()