OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mmx_supported
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libpng/
pnggccrd.c
11
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.46/
pnggccrd.c
11
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
;
Completed in 1699 milliseconds