Searched defs:_mmx_supported (Results 1 - 2 of 2) sorted by relevance

/external/libpng/
H A Dpnggccrd.c11 static int _mmx_supported = 2; // 0: no MMX; 1: MMX supported; 2: not tested variable
96 _mmx_supported = result;
98 _mmx_supported = 0;
101 return _mmx_supported;
/external/qemu/distrib/libpng-1.2.19/
H A Dpnggccrd.c469 # define _mmx_supported mmx_supported macro
832 static int _mmx_supported = 2; // 0: no MMX; 1: MMX supported; 2: not tested variable
938 _mmx_supported = result;
940 _mmx_supported = 0;
943 return _mmx_supported;
980 if (_mmx_supported == 2) {
1006 if (_mmx_supported)
1123 else /* not _mmx_supported - use modified C routine */
1157 } /* end of else (_mmx_supported) */
1172 if (_mmx_supported)
[all...]

Completed in 169 milliseconds