Home
last modified time | relevance | path

Searched refs:AT_HWCAP2 (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_detect.cc139 #define AT_HWCAP2 26 in CPUSupportsRandenHwAes()
146 const uint32_t hwcap = GetAuxval(AT_HWCAP2); in CPUSupportsRandenHwAes()
161 const uint32_t hwcap2 = GetAuxval(AT_HWCAP2); in CPUSupportsRandenHwAes()
/third_party/node/deps/openssl/openssl/crypto/
H A Darmcap.c112 * ARM puts the feature bits for Crypto Extensions in AT_HWCAP2, whereas
118 # ifndef AT_HWCAP2
119 # define AT_HWCAP2 26 macro
125 # define HWCAP_CE AT_HWCAP2
/third_party/openssl/crypto/
H A Darmcap.c112 * ARM puts the feature bits for Crypto Extensions in AT_HWCAP2, whereas
118 # ifndef AT_HWCAP2
119 # define AT_HWCAP2 26 macro
125 # define HWCAP_CE AT_HWCAP2
/third_party/ffmpeg/libavutil/ppc/
H A Dcpu.c99 #ifdef AT_HWCAP2 /* not introduced until glibc 2.18 */ in ff_get_cpu_flags_ppc()
100 else if (buf[i] == AT_HWCAP2) { in ff_get_cpu_flags_ppc()
106 #endif /* AT_HWCAP2 */ in ff_get_cpu_flags_ppc()
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs18 AT_CLKTCK, AT_EXECFN, AT_HWCAP, AT_HWCAP2, AT_NULL, AT_PAGESZ, AT_PHDR, AT_PHENT, AT_PHNUM,
135 AT_HWCAP2 => HWCAP2 = a_val as usize, in init_from_auxp()
H A Dauxv.rs25 AT_BASE, AT_CLKTCK, AT_EXECFN, AT_HWCAP, AT_HWCAP2, AT_NULL, AT_PAGESZ, AT_PHDR, AT_PHENT,
210 AT_HWCAP2 => hwcap2 = a_val as usize, in init_from_auxp()
/third_party/rust/crates/rustix/tests/param/
H A Dauxv.rs39 assert_eq!(hwcap2, unsafe { libc_getauxval(libc::AT_HWCAP2) } as usize); in test_linux_hwcap()
/third_party/lzma/CPP/Windows/
H A DSystemInfo.cpp24 // #undef AT_HWCAP2 // to debug
27 Is it OK to define AT_HWCAP and AT_HWCAP2 here with these constant numbers? */
33 #ifndef AT_HWCAP2
34 #define AT_HWCAP2 26
94 #if defined(_WIN32) || defined(AT_HWCAP) || defined(AT_HWCAP2)
699 #ifdef AT_HWCAP2 in AddCpuFeatures()
701 unsigned long h = getauxval(AT_HWCAP2); in AddCpuFeatures()
716 #endif // AT_HWCAP2 in AddCpuFeatures()
/third_party/node/deps/v8/third_party/zlib/
H A Dcpu_features.c113 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
/third_party/skia/third_party/externals/zlib/
H A Dcpu_features.c113 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
/third_party/node/deps/zlib/
H A Dcpu_features.c115 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
/third_party/lzma/C/
H A DCpuArch.c781 BoolInt CPU_IsSupported_ ## name() { return (getauxval(AT_HWCAP2) & (HWCAP2_ ## name)) ? 1 : 0; } in MY_HWCAP_CHECK_FUNC_2()
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs289 pub const AT_HWCAP2: ::c_ulong = 26; consts
/third_party/mbedtls/library/
H A Daesce.c134 unsigned long auxval2 = getauxval(AT_HWCAP2); in mbedtls_aesce_has_support_impl()
H A Dsha256.c147 return (getauxval(AT_HWCAP2) & HWCAP2_SHA2) ? 1 : 0; in mbedtls_a64_crypto_sha256_determine_support()
/third_party/vixl/src/aarch64/
H A Dcpu-aarch64.cc376 uint64_t hwcap_high = getauxval(AT_HWCAP2); in InferCPUFeaturesFromOS()
/third_party/elfio/elfio/
H A Delf_types.hpp1087 constexpr Elf_Word AT_HWCAP2 = 26; // More hints about processor capabilities. member
/third_party/musl/porting/linux/user/include/
H A Delf.h1030 #define AT_HWCAP2 26 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h1021 #define AT_HWCAP2 26 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h1021 #define AT_HWCAP2 26 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h1021 #define AT_HWCAP2 26 macro
/third_party/musl/include/
H A Delf.h1056 #define AT_HWCAP2 26 macro
/third_party/elfutils/libelf/
H A Delf.h1223 #define AT_HWCAP2 26 /* More machine-dependent hints about macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs168 pub const AT_HWCAP2: u32 = 26; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1582 pub const AT_HWCAP2: ::c_ulong = 26; consts

Completed in 96 milliseconds

12