OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWCAP_NEON
(Results
1 - 9
of
9
) sorted by null
/external/openssl/crypto/
armcap.c
53
# define
HWCAP_NEON
(1 << 12)
62
# define
HWCAP_NEON
(1 << 1)
105
if (getauxval(HWCAP) &
HWCAP_NEON
)
/bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h
36
#define
HWCAP_NEON
(1 << 12)
/cts/tests/tests/os/src/android/os/cts/
CpuFeatures.java
33
public static final int
HWCAP_NEON
= (1 << 12);
/development/ndk/platforms/android-L/arch-arm/include/asm/
hwcap.h
36
#define
HWCAP_NEON
(1 << 12)
/external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h
19
#define
HWCAP_NEON
(1 << 12)
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h
36
#define
HWCAP_NEON
(1 << 12)
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
415
#define
HWCAP_NEON
(1 << 12)
611
int has_neon = (hwcaps &
HWCAP_NEON
);
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
415
#define
HWCAP_NEON
(1 << 12)
611
int has_neon = (hwcaps &
HWCAP_NEON
);
/ndk/sources/android/cpufeatures/
cpu-features.c
437
#define
HWCAP_NEON
(1 << 12)
449
HWCAP_NEON
| \
566
hwcaps |=
HWCAP_NEON
;
747
int has_neon = (hwcaps &
HWCAP_NEON
);
[
all
...]
Completed in 665 milliseconds