Home
last modified time | relevance | path

Searched defs:hwcap (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavutil/arm/
H A Dcpu.c55 static int get_auxval(uint32_t *hwcap) in get_auxval() argument
68 static int get_hwcap(uint32_t *hwcap) in get_hwcap() argument
89 static int get_cpuinfo(uint32_t *hwcap) in get_cpuinfo() argument
124 uint32_t hwcap; ff_get_cpu_flags_arm() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Darmcap.c191 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup() local
H A Dppccap.c218 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup() local
H A Ds390xcap.c92 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
/third_party/openssl/crypto/
H A Dppccap.c218 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup() local
H A Darmcap.c191 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup() local
H A Ds390xcap.c92 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs58 let mut hwcap = HWCAP.load(Relaxed); variables
195 let mut hwcap = 0; in init_from_auxp() variables
/third_party/mesa3d/src/util/
H A 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; check_os_mips64_support() local
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c375 static unsigned long hwcap = 0; in get_hwcap() local

Completed in 10 milliseconds