/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | randen_detect.cc | 139 #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 D | armcap.c | 112 * 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 D | armcap.c | 112 * 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 D | cpu.c | 99 #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 D | mustang_auxv.rs | 18 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 D | auxv.rs | 25 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 D | auxv.rs | 39 assert_eq!(hwcap2, unsafe { libc_getauxval(libc::AT_HWCAP2) } as usize); in test_linux_hwcap()
|
/third_party/lzma/CPP/Windows/ |
H A D | SystemInfo.cpp | 24 // #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 D | cpu_features.c | 113 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | cpu_features.c | 113 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
|
/third_party/node/deps/zlib/ |
H A D | cpu_features.c | 115 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
|
/third_party/lzma/C/ |
H A D | CpuArch.c | 781 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 D | mod.rs | 289 pub const AT_HWCAP2: ::c_ulong = 26; consts
|
/third_party/mbedtls/library/ |
H A D | aesce.c | 134 unsigned long auxval2 = getauxval(AT_HWCAP2); in mbedtls_aesce_has_support_impl()
|
H A D | sha256.c | 147 return (getauxval(AT_HWCAP2) & HWCAP2_SHA2) ? 1 : 0; in mbedtls_a64_crypto_sha256_determine_support()
|
/third_party/vixl/src/aarch64/ |
H A D | cpu-aarch64.cc | 376 uint64_t hwcap_high = getauxval(AT_HWCAP2); in InferCPUFeaturesFromOS()
|
/third_party/elfio/elfio/ |
H A D | elf_types.hpp | 1087 constexpr Elf_Word AT_HWCAP2 = 26; // More hints about processor capabilities. member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 1030 #define AT_HWCAP2 26 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 1021 #define AT_HWCAP2 26 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 1021 #define AT_HWCAP2 26 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 1021 #define AT_HWCAP2 26 macro
|
/third_party/musl/include/ |
H A D | elf.h | 1056 #define AT_HWCAP2 26 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 1223 #define AT_HWCAP2 26 /* More machine-dependent hints about macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 168 pub const AT_HWCAP2: u32 = 26; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1582 pub const AT_HWCAP2: ::c_ulong = 26; consts
|