/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
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/openssl/crypto/ |
D | armcap.c | 118 # ifndef AT_HWCAP2 119 # define AT_HWCAP2 26 macro 125 # define HWCAP_CE AT_HWCAP2
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | armcap.c | 118 # 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/ |
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()
|
D | libc_auxv.rs | 34 libc::getauxval(libc::AT_HWCAP2) as usize, in linux_hwcap()
|
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/ |
D | auxv.rs | 39 assert_eq!(hwcap2, unsafe { libc_getauxval(libc::AT_HWCAP2) } as usize); in test_linux_hwcap()
|
/third_party/rust/crates/rustix/src/backend/libc/param/ |
D | auxv.rs | 35 let hwcap2 = libc_getauxval(c::AT_HWCAP2) as usize; in linux_hwcap()
|
/third_party/lzma/CPP/Windows/ |
D | SystemInfo.cpp | 94 #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/ |
D | cpu.c | 98 } else if (buf[i] == AT_HWCAP2) { in ff_get_cpu_flags_ppc()
|
/third_party/node/deps/v8/third_party/zlib/ |
D | cpu_features.c | 113 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
|
/third_party/skia/third_party/externals/zlib/ |
D | cpu_features.c | 113 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
|
/third_party/node/deps/zlib/ |
D | cpu_features.c | 117 unsigned long features = getauxval(AT_HWCAP2); in _cpu_check_features()
|
/third_party/lzma/C/ |
D | CpuArch.c | 436 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/ |
D | mod.rs | 289 pub const AT_HWCAP2: ::c_ulong = 26; constant
|
/third_party/vixl/src/aarch64/ |
D | cpu-aarch64.cc | 319 uint64_t hwcap_high32 = getauxval(AT_HWCAP2); in InferCPUFeaturesFromOS()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 1029 #define AT_HWCAP2 26 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 1021 #define AT_HWCAP2 26 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 1021 #define AT_HWCAP2 26 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 1021 #define AT_HWCAP2 26 macro
|
/third_party/musl/include/ |
D | elf.h | 1024 #define AT_HWCAP2 26 macro
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 1087 constexpr Elf_Word AT_HWCAP2 = 26; // More hints about processor capabilities. variable
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 1021 #define AT_HWCAP2 26 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 168 AT_HWCAP2
|
/third_party/elfutils/libelf/ |
D | elf.h | 1223 #define AT_HWCAP2 26 /* More machine-dependent hints about macro
|