OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWCAP_VFPv4
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/os/src/android/os/cts/
CpuFeatures.java
37
public static final int
HWCAP_VFPv4
= (1 << 16);
/development/ndk/platforms/android-21/arch-arm/include/asm/
hwcap.h
41
#define
HWCAP_VFPv4
(1 << 16)
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h
41
#define
HWCAP_VFPv4
(1 << 16)
/bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h
41
#define
HWCAP_VFPv4
(1 << 16)
/external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h
23
#define
HWCAP_VFPv4
(1 << 16)
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
450
#define
HWCAP_VFPv4
(1 << 16)
468
HWCAP_VFPv4
| \
587
hwcaps |=
HWCAP_VFPv4
;
789
int has_vfpv4 = (hwcaps &
HWCAP_VFPv4
);
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
453
#define
HWCAP_VFPv4
(1 << 16)
471
HWCAP_VFPv4
| \
596
hwcaps |=
HWCAP_VFPv4
;
778
int has_vfpv4 = (hwcaps &
HWCAP_VFPv4
);
[
all
...]
Completed in 317 milliseconds