OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_feature
(Results
1 - 3
of
3
) sorted by null
/external/pixman/pixman/
pixman-mips.c
34
have_feature
(const char *search_string)
function
73
if (!_pixman_disabled ("loongson-mmi") &&
have_feature
("Loongson"))
86
have_feature
("MIPS 74K"))
pixman-arm.c
190
have_feature
(arm_cpu_features_t feature)
function
210
if (!_pixman_disabled ("arm-simd") &&
have_feature
(ARM_V6))
215
if (!_pixman_disabled ("arm-iwmmxt") &&
have_feature
(ARM_IWMMXT))
220
if (!_pixman_disabled ("arm-neon") &&
have_feature
(ARM_NEON))
pixman-x86.c
204
have_feature
(cpu_features_t feature)
function
227
if (!_pixman_disabled ("mmx") &&
have_feature
(MMX_BITS))
232
if (!_pixman_disabled ("sse2") &&
have_feature
(SSE2_BITS))
Completed in 33 milliseconds