Searched refs:png_mmx_support (Results 1 - 8 of 8) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
H A Dpnggccrd.c216 * - renamed mmxsupport() to png_mmx_support(), with auto-set of mmx_supported,
231 * - fixed missing save of Eflag in png_mmx_support() [Maxim Sobolev]
261 * - moved png_mmx_support() back up where originally intended (as in
457 int PNGAPI png_mmx_support(void);
856 png_mmx_support(void) __attribute__((noinline));
859 png_mmx_support(void) function
985 png_mmx_support();
2066 png_mmx_support();
5775 png_mmx_support();
H A Dpng.c836 if (png_mmx_support() > 0) {
875 png_mmx_support(void) function
H A Dpngvcrd.c41 png_mmx_support(void) function
128 png_mmx_support();
1025 png_mmx_support();
3707 png_mmx_support();
H A Dpng.h2582 extern PNG_EXPORT(int,png_mmx_support) PNGARG((void));
/external/libpng/contrib/gregbook/
H A Dreadpng2.c87 int mmxsupport = png_mmx_support();
/external/libpng/
H A DCHANGES921 Removed png_mmx_support() function and disabled PNG_MNG_FEATURES_SUPPORTED
934 Added prototype for png_mmx_support() near the top of pnggccrd.c
937 Revised png_mmx_support() function in pnggccrd.c
1201 Updated png.c and pnggccrd.c handling of return from png_mmx_support()
1928 Compile png_mmx_support() in png.c even when PNG_NO_MMX_CODE is defined.
1930 breaking the png_mmx_support() function.
H A Dpng.c823 png_mmx_support(void) function
H A Dpng.h2864 extern PNG_EXPORT(int,png_mmx_support) PNGARG((void));

Completed in 110 milliseconds