OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_vfpv4
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
794
int
has_vfpv4
= (hwcaps & HWCAP_VFPv4);
local
804
if (
has_vfpv4
)
831
if (
has_vfpv4
)
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
795
int
has_vfpv4
= (hwcaps & HWCAP_VFPv4);
local
805
if (
has_vfpv4
)
832
if (
has_vfpv4
)
[
all
...]
Completed in 41 milliseconds