OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCAP_NEON
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
cpu.cc
99
#define
HWCAP_NEON
(1 << 12)
394
has_neon_ = (hwcaps &
HWCAP_NEON
) != 0;
/ndk/sources/android/cpufeatures/
cpu-features.c
434
#define
HWCAP_NEON
(1 << 12)
505
hwcaps |=
HWCAP_NEON
;
674
int has_neon = (hwcaps &
HWCAP_NEON
);
[
all
...]
Completed in 69 milliseconds