OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWCAP_VFPv4
(Results
1 - 11
of
11
) sorted by null
/cts/common/device-side/util/src/com/android/compatibility/common/util/
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/r10/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h
41
#define
HWCAP_VFPv4
(1 << 16)
/prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/asm/
hwcap.h
41
#define
HWCAP_VFPv4
(1 << 16)
/prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h
41
#define
HWCAP_VFPv4
(1 << 16)
/prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/asm/
hwcap.h
41
#define
HWCAP_VFPv4
(1 << 16)
/prebuilts/ndk/r11/platforms/android-24/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)
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
469
#define
HWCAP_VFPv4
(1 << 16)
487
HWCAP_VFPv4
| \
612
hwcaps |=
HWCAP_VFPv4
;
794
int has_vfpv4 = (hwcaps &
HWCAP_VFPv4
);
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
470
#define
HWCAP_VFPv4
(1 << 16)
488
HWCAP_VFPv4
| \
613
hwcaps |=
HWCAP_VFPv4
;
795
int has_vfpv4 = (hwcaps &
HWCAP_VFPv4
);
[
all
...]
Completed in 4653 milliseconds