Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/libpng/
Dpngget.c903 png_get_mmx_flagmask (int flag_select, int *compilerID) in png_get_mmx_flagmask() argument
907 *compilerID = -1; /* unknown (i.e., no asm/MMX code compiled) */ in png_get_mmx_flagmask()
Dlibpng.txt2758 int compilerID;
2760 mask = png_get_mmx_flagmask(selection, &compilerID);
2763 On return, compilerID will indicate which version of the MMX assembler
2765 Visual C++ (compilerID == 1) and GNU C (a.k.a. gcc/gas, compilerID == 2).
/external/syslinux/com32/include/
Dpng.h2756 PNGARG((int flag_select, int *compilerID));