Home
last modified time | relevance | path

Searched refs:HWCAP (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Darmcap.c122 # define HWCAP AT_HWCAP macro
131 # define HWCAP AT_HWCAP macro
134 # define HWCAP_CE HWCAP
190 if (getauxval(HWCAP) & HWCAP_NEON) { in OPENSSL_cpuid_setup()
H A Dppccap.c120 #define HWCAP 16 /* AT_HWCAP */ macro
218 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup()
/third_party/openssl/crypto/
H A Darmcap.c122 # define HWCAP AT_HWCAP macro
131 # define HWCAP AT_HWCAP macro
134 # define HWCAP_CE HWCAP
190 if (getauxval(HWCAP) & HWCAP_NEON) { in OPENSSL_cpuid_setup()
H A Dppccap.c120 #define HWCAP 16 /* AT_HWCAP */ macro
218 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup()
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs40 unsafe { (HWCAP, HWCAP2) }
94 static mut HWCAP: usize = 0; consts
134 AT_HWCAP => HWCAP = a_val as usize, in init_from_auxp()
H A Dauxv.rs58 let mut hwcap = HWCAP.load(Relaxed);
63 hwcap = HWCAP.load(Relaxed);
126 static HWCAP: AtomicUsize = AtomicUsize::new(0); consts
229 HWCAP.store(hwcap, Relaxed); in init_from_auxp()
/third_party/elfutils/libebl/
H A Deblauxvinfo.c61 TYPE (HWCAP, "x") \

Completed in 4 milliseconds