Home
last modified time | relevance | path

Searched refs:HWCAP_VFP (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/arm/
H A Dcpu.c48 #define HWCAP_VFP (1 << 6) macro
107 *hwcap |= HWCAP_VFP; in get_cpuinfo()
113 *hwcap |= HWCAP_VFP | HWCAP_VFPv3; in get_cpuinfo()
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dhwcap.h7 #define HWCAP_VFP (1 << 6) macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dhwcap.h7 #define HWCAP_VFP (1 << 6) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dhwcap.h7 #define HWCAP_VFP (1 << 6) macro
/third_party/musl/arch/arm/bits/
H A Dhwcap.h7 #define HWCAP_VFP (1 << 6) macro
/third_party/node/deps/v8/src/base/
H A Dcpu.cc106 #define HWCAP_VFP (1 << 6)
671 has_vfp_ = (hwcaps & HWCAP_VFP) != 0; in CPU()

Completed in 3 milliseconds