Home
last modified time | relevance | path

Searched defs:hwcap (Results 1 – 12 of 12) 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/rust/crates/rustix/src/backend/libc/param/
Dauxv.rs34 let hwcap = libc_getauxval(c::AT_HWCAP) as usize; in linux_hwcap() localVariable
/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
449 uint64_t hwcap = aux.a_un.a_val; in check_os_mips64_support() local
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
Dauxv.rs58 let mut hwcap = HWCAP.load(Relaxed); in linux_hwcap() localVariable
195 let mut hwcap = 0; in init_from_auxp() localVariable
/third_party/node/deps/openssl/openssl/crypto/
Ds390xcap.c92 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
Dppccap.c218 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup() local
Darmcap.c191 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup() local
/third_party/openssl/crypto/
Ds390xcap.c92 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
Dppccap.c218 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup() local
Darmcap.c191 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup() local
/third_party/vixl/src/aarch64/
Dcpu-aarch64.cc322 uint64_t hwcap = hwcap_low32 | (hwcap_high32 << 32); in InferCPUFeaturesFromOS() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeS390X.c375 static unsigned long hwcap = 0; in get_hwcap() local