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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dreadpng2.c92 int compilerID; local
94 PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
98 png_libpng_ver, compilerID == 1? "MSVC++" :
99 (compilerID == 2? "GNU C" : "unknown"));
249 * PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
255 * PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
274 int compilerID; local
295 &compilerID);
299 compilerID == 1? "MSVC++" :
300 (compilerID
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
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.h2438 PNGARG((int flag_select, int *compilerID));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngget.c903 png_get_mmx_flagmask (int flag_select, int *compilerID) argument
907 *compilerID = -1; /* unknown (i.e., no asm/MMX code compiled) */
H A Dpng.h2778 PNGARG((int flag_select, int *compilerID));

Completed in 119 milliseconds