Home
last modified time | relevance | path

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

/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/flutter/skia/third_party/externals/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 …]
/third_party/mesa3d/src/compiler/nir/
Dnir_print.c38 print_tabs(unsigned num_tabs, FILE *fp) in print_tabs() argument
40 for (unsigned i = 0; i < num_tabs; i++) in print_tabs()