Home
last modified time | relevance | path

Searched defs:hwcap (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavutil/arm/
Dcpu.c51 static int get_hwcap(uint32_t *hwcap) in get_hwcap()
72 static int get_cpuinfo(uint32_t *hwcap) in get_cpuinfo()
107 uint32_t hwcap; in ff_get_cpu_flags_arm() local
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/base/
Dcommon_wrapper.c28 const uint32_t hwcap = getauxval(hwcap_type); in GetSupportOptFlag() local
/third_party/mesa3d/src/util/
Du_cpu_detect.c150 unsigned long hwcap = 0; in check_os_altivec_support() local
172 uint64_t hwcap = aux.a_un.a_val; in check_os_altivec_support() local
448 uint64_t hwcap = aux.a_un.a_val; in check_os_mips64_support() local
/third_party/pixman/pixman/
Dpixman-arm.c150 uint32_t hwcap = aux.a_un.a_val; in detect_cpu_features() local
/third_party/mindspore/mindspore/lite/src/common/
Dutils.cc145 uint32_t hwcap = getHwCap(hwcap_type); in IsSupportSDot() local
/third_party/openssl/crypto/
Darmcap.c174 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup() local
Dppccap.c340 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeS390X.c317 static unsigned long hwcap = 0; in get_hwcap() local