Searched refs:compilerID (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dreadpng2.c74 int compilerID; local
76 PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
80 png_libpng_ver, compilerID == 1? "MSVC++" :
81 (compilerID == 2? "GNU C" : "unknown"));
228 * PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
234 * PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
253 int compilerID; local
274 &compilerID);
278 compilerID == 1? "MSVC++" :
279 (compilerID
[all...]
/vbox/src/libs/libpng-1.2.8/
H A Dpngget.c871 png_get_mmx_flagmask (int flag_select, int *compilerID) argument
890 if (compilerID != NULL) {
892 *compilerID = 1; /* MSVC */
895 *compilerID = 2; /* gcc/gas */
897 *compilerID = -1; /* unknown (i.e., no asm/MMX code compiled) */
H A Dpng.h2479 PNGARG((int flag_select, int *compilerID));

Completed in 1657 milliseconds