HomeSort by relevance Sort by last modified time
    Searched refs:compilerID (Results 1 - 7 of 7) sorted by null

  /external/libpng/contrib/gregbook/
readpng2.c 92 int compilerID;
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;
295 &compilerID);
299 compilerID == 1? "MSVC++" :
300 (compilerID == 2? "GNU C" : "unknown"))
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 885 png_get_mmx_flagmask (int flag_select, int *compilerID)
905 if (compilerID != NULL) {
907 *compilerID = 1; /* MSVC */
910 *compilerID = 2; /* gcc/gas */
912 *compilerID = -1; /* unknown (i.e., no asm/MMX code compiled) */
png.h     [all...]
  /external/chromium_org/third_party/libpng/
pngget.c 903 png_get_mmx_flagmask (int flag_select, int *compilerID)
907 *compilerID = -1; /* unknown (i.e., no asm/MMX code compiled) */
png.h     [all...]
  /external/libpng/
pngget.c 903 png_get_mmx_flagmask (int flag_select, int *compilerID)
907 *compilerID = -1; /* unknown (i.e., no asm/MMX code compiled) */
png.h     [all...]

Completed in 45 milliseconds