Home
last modified time | relevance | path

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

/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngdebug.h48 # ifndef PNG_STRING_NEWLINE
49 # define PNG_STRING_NEWLINE "\n" macro
61 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE)
64 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1)
68 _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
88 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
96 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
104 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
116 m,PNG_STRING_NEWLINE); \
127 m,PNG_STRING_NEWLINE); \
[all …]