Home
last modified time | relevance | path

Searched refs:HWCAP2 (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs40 unsafe { (HWCAP, HWCAP2) }
95 static mut HWCAP2: usize = 0; consts
135 AT_HWCAP2 => HWCAP2 = a_val as usize, in init_from_auxp()
H A Dauxv.rs59 let mut hwcap2 = HWCAP2.load(Relaxed);
64 hwcap2 = HWCAP2.load(Relaxed);
127 static HWCAP2: AtomicUsize = AtomicUsize::new(0); consts
230 HWCAP2.store(hwcap2, Relaxed); in init_from_auxp()
/third_party/node/deps/openssl/openssl/crypto/
H A Dppccap.c127 #define HWCAP2 26 /* AT_HWCAP2 */ macro
219 unsigned long hwcap2 = getauxval(HWCAP2); in OPENSSL_cpuid_setup()
/third_party/openssl/crypto/
H A Dppccap.c127 #define HWCAP2 26 /* AT_HWCAP2 */ macro
219 unsigned long hwcap2 = getauxval(HWCAP2); in OPENSSL_cpuid_setup()

Completed in 2 milliseconds