OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_iwmmxt
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c
658
int
has_iwmmxt
= (hwcaps & HWCAP_IWMMXT);
local
709
if (
has_iwmmxt
)
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
793
int
has_iwmmxt
= (hwcaps & HWCAP_IWMMXT);
local
840
if (
has_iwmmxt
)
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
798
int
has_iwmmxt
= (hwcaps & HWCAP_IWMMXT);
local
845
if (
has_iwmmxt
)
[
all
...]
Completed in 3362 milliseconds