OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCAP_NEON
(Results
1 - 14
of
14
) sorted by null
/bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h
36
#define
HWCAP_NEON
(1 << 12)
/development/ndk/platforms/android-21/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/current/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h
36
#define
HWCAP_NEON
(1 << 12)
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/asm/
hwcap.h
36
#define
HWCAP_NEON
(1 << 12)
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/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);
CpuFeaturesTest.java
50
assertHwCap("NEON", hwcaps, CpuFeatures.
HWCAP_NEON
);
/external/libpng/contrib/arm-neon/
linux-auxv.c
111
if (aux.a_type == AT_HWCAP && (aux.a_un.a_val &
HWCAP_NEON
) != 0)
/external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c
415
#define
HWCAP_NEON
(1 << 12)
486
hwcaps |=
HWCAP_NEON
;
655
int has_neon = (hwcaps &
HWCAP_NEON
);
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
447
#define
HWCAP_NEON
(1 << 12)
466
HWCAP_NEON
| \
589
hwcaps |=
HWCAP_NEON
;
790
int has_neon = (hwcaps &
HWCAP_NEON
);
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
466
#define
HWCAP_NEON
(1 << 12)
485
HWCAP_NEON
| \
614
hwcaps |=
HWCAP_NEON
;
795
int has_neon = (hwcaps &
HWCAP_NEON
);
[
all
...]
/external/v8/src/base/
cpu.cc
100
#define
HWCAP_NEON
(1 << 12)
505
has_neon_ = (hwcaps &
HWCAP_NEON
) != 0;
/external/opencv3/3rdparty/libpng/
pngrutil.c
[
all
...]
Completed in 1693 milliseconds