Home
last modified time | relevance | path

Searched refs:AT_HWCAP2 (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
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/openssl/crypto/
Darmcap.c118 # ifndef AT_HWCAP2
119 # define AT_HWCAP2 26 macro
125 # define HWCAP_CE AT_HWCAP2
/third_party/node/deps/openssl/openssl/crypto/
Darmcap.c118 # ifndef AT_HWCAP2
119 # define AT_HWCAP2 26 macro
125 # define HWCAP_CE AT_HWCAP2
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
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()
Dlibc_auxv.rs34 libc::getauxval(libc::AT_HWCAP2) as usize, in linux_hwcap()
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/
Dauxv.rs39 assert_eq!(hwcap2, unsafe { libc_getauxval(libc::AT_HWCAP2) } as usize); in test_linux_hwcap()
/third_party/rust/crates/rustix/src/backend/libc/param/
Dauxv.rs35 let hwcap2 = libc_getauxval(c::AT_HWCAP2) as usize; in linux_hwcap()
/third_party/lzma/CPP/Windows/
DSystemInfo.cpp94 #if defined(_WIN32) || defined(AT_HWCAP) || defined(AT_HWCAP2)
693 #ifdef AT_HWCAP2 in AddCpuFeatures()
695 unsigned long h = getauxval(AT_HWCAP2); in AddCpuFeatures()
/third_party/ffmpeg/libavutil/ppc/
Dcpu.c98 } else if (buf[i] == AT_HWCAP2) { in ff_get_cpu_flags_ppc()
/third_party/node/deps/v8/third_party/zlib/
Dcpu_features.c113 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
/third_party/skia/third_party/externals/zlib/
Dcpu_features.c113 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
/third_party/node/deps/zlib/
Dcpu_features.c117 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
/third_party/lzma/C/
DCpuArch.c436 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/
Dmod.rs289 pub const AT_HWCAP2: ::c_ulong = 26; constant
/third_party/vixl/src/aarch64/
Dcpu-aarch64.cc319 uint64_t hwcap_high32 = getauxval(AT_HWCAP2); in InferCPUFeaturesFromOS()
/third_party/musl/porting/linux/user/include/
Delf.h1029 #define AT_HWCAP2 26 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1021 #define AT_HWCAP2 26 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1021 #define AT_HWCAP2 26 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1021 #define AT_HWCAP2 26 macro
/third_party/musl/include/
Delf.h1024 #define AT_HWCAP2 26 macro
/third_party/elfio/elfio/
Delf_types.hpp1087 constexpr Elf_Word AT_HWCAP2 = 26; // More hints about processor capabilities. variable
/third_party/musl/ndk_musl_include/
Delf.h1021 #define AT_HWCAP2 26 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt168 AT_HWCAP2
/third_party/elfutils/libelf/
Delf.h1223 #define AT_HWCAP2 26 /* More machine-dependent hints about macro

12