/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | randen_detect.cc | 138 #define AT_HWCAP 16 in CPUSupportsRandenHwAes() 154 uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes() 169 const uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | armcap.c | 113 * AArch64 used AT_HWCAP. 115 # ifndef AT_HWCAP 116 # define AT_HWCAP 16 macro 122 # define HWCAP AT_HWCAP 131 # define HWCAP AT_HWCAP
|
/third_party/openssl/crypto/ |
H A D | armcap.c | 113 * AArch64 used AT_HWCAP. 115 # ifndef AT_HWCAP 116 # define AT_HWCAP 16 macro 122 # define HWCAP AT_HWCAP 131 # define HWCAP AT_HWCAP
|
/third_party/ffmpeg/libavutil/arm/ |
H A D | cpu.c | 45 #define AT_HWCAP 16 macro 58 unsigned long ret = getauxval(AT_HWCAP); in get_auxval() 78 if (auxv.a_type == AT_HWCAP) { in get_hwcap()
|
/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, 134 AT_HWCAP => HWCAP = 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, 209 AT_HWCAP => hwcap = a_val as usize, in init_from_auxp()
|
/third_party/skia/src/core/ |
H A D | SkCpu.cpp | 84 uint32_t hwcaps = getauxval(AT_HWCAP); in read_cpu_features() 129 uint32_t hwcaps = getauxval(AT_HWCAP); in read_cpu_features()
|
/third_party/elfutils/backends/ |
H A D | alpha_auxv.c | 39 if (a_type != AT_HWCAP) in auxv_info()
|
H A D | sparc_auxv.c | 39 if (a_type != AT_HWCAP) in auxv_info()
|
H A D | arm_auxv.c | 39 if (a_type != AT_HWCAP) in auxv_info()
|
H A D | ppc_auxv.c | 39 if (a_type != AT_HWCAP) in auxv_info()
|
H A D | i386_auxv.c | 39 if (a_type != AT_HWCAP) in auxv_info()
|
/third_party/skia/third_party/externals/libpng/contrib/powerpc-vsx/ |
H A D | linux_aux.c | 26 unsigned long auxv = getauxval(AT_HWCAP); in png_have_vsx()
|
/third_party/mesa3d/src/util/ |
H A D | u_cpu_detect.c | 152 elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)); in check_os_altivec_support() 170 if (aux.a_type == AT_HWCAP) { in check_os_altivec_support() 399 elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)); in check_os_arm_support() 417 if (aux.a_type == AT_HWCAP) { in check_os_arm_support() 448 if (aux.a_type == AT_HWCAP) { in check_os_mips64_support()
|
/third_party/rust/crates/rustix/tests/param/ |
H A D | auxv.rs | 37 assert_eq!(_hwcap, unsafe { libc_getauxval(libc::AT_HWCAP) } as usize); in test_linux_hwcap()
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | cpu.c | 37 return getauxval(AT_HWCAP) & HWCAP_LOONGSON_CPUCFG; in cpucfg_available()
|
/third_party/ltp/testcases/kernel/syscalls/switch/ |
H A D | endian_switch01.c | 48 if (!(getauxval(AT_HWCAP) & PPC_FEATURE_TRUE_LE)) in check_le_switch_supported()
|
/third_party/skia/third_party/externals/libpng/contrib/arm-neon/ |
H A D | linux-auxv.c | 111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0) in png_have_neon()
|
/third_party/lzma/CPP/Windows/ |
H A D | SystemInfo.cpp | 23 // #undef AT_HWCAP // to debug
27 Is it OK to define AT_HWCAP and AT_HWCAP2 here with these constant numbers? */
30 #ifndef AT_HWCAP
31 #define AT_HWCAP 16
94 #if defined(_WIN32) || defined(AT_HWCAP) || defined(AT_HWCAP2)
682 #ifdef AT_HWCAP
in AddCpuFeatures() 685 unsigned long h = getauxval(AT_HWCAP);
in AddCpuFeatures() 697 #endif // AT_HWCAP
in AddCpuFeatures()
|
/third_party/ffmpeg/libavutil/ppc/ |
H A D | cpu.c | 89 if (buf[i] == AT_HWCAP) { in ff_get_cpu_flags_ppc()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | cpu_features.c | 108 unsigned long features = getauxval(AT_HWCAP); in _cpu_check_features()
|
/third_party/musl/porting/linux/user/src/env/ |
H A D | __libc_start_main.c | 31 __hwcap = aux[AT_HWCAP]; in __init_libc()
|
/third_party/musl/src/env/ |
H A D | __libc_start_main.c | 33 __hwcap = aux[AT_HWCAP]; in __init_libc()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
H A D | __libc_start_main.c | 30 __hwcap = aux[AT_HWCAP]; in __init_libc()
|
/third_party/musl/porting/liteos_a/user_debug/src/env/ |
H A D | __libc_start_main.c | 31 __hwcap = aux[AT_HWCAP]; in __init_libc()
|