/third_party/openssl/crypto/ |
D | armcap.c | 115 # ifndef AT_HWCAP 116 # define AT_HWCAP 16 macro 122 # define HWCAP AT_HWCAP 131 # define HWCAP AT_HWCAP
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | armcap.c | 115 # ifndef AT_HWCAP 116 # define AT_HWCAP 16 macro 122 # define HWCAP AT_HWCAP 131 # define HWCAP AT_HWCAP
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
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/ltp/testcases/kernel/syscalls/switch/ |
D | endian_switch01.c | 103 for (; *auxv != AT_NULL && *auxv != AT_HWCAP; auxv += 2) in main4() 106 if (!(auxv[0] == AT_HWCAP && (auxv[1] & PPC_FEATURE_TRUE_LE))) in main4()
|
/third_party/ffmpeg/libavutil/arm/ |
D | cpu.c | 41 #define AT_HWCAP 16 macro 61 if (auxv.a_type == AT_HWCAP) { in get_hwcap()
|
/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, 134 AT_HWCAP => HWCAP = a_val as usize, in init_from_auxp()
|
D | libc_auxv.rs | 33 libc::getauxval(libc::AT_HWCAP) 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, 209 AT_HWCAP => hwcap = a_val as usize, in init_from_auxp()
|
/third_party/mesa3d/src/util/ |
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/skia/src/core/ |
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/skia/third_party/externals/libpng/contrib/powerpc-vsx/ |
D | linux_aux.c | 26 unsigned long auxv = getauxval(AT_HWCAP); in png_have_vsx()
|
/third_party/elfutils/backends/ |
D | arm_auxv.c | 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | sparc_auxv.c | 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | alpha_auxv.c | 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | ppc_auxv.c | 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | i386_auxv.c | 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
/third_party/skia/third_party/externals/libpng/contrib/arm-neon/ |
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/rust/crates/rustix/tests/param/ |
D | auxv.rs | 37 assert_eq!(_hwcap, unsafe { libc_getauxval(libc::AT_HWCAP) } as usize); in test_linux_hwcap()
|
/third_party/ffmpeg/libavutil/mips/ |
D | cpu.c | 37 return getauxval(AT_HWCAP) & HWCAP_LOONGSON_CPUCFG; in cpucfg_available()
|
/third_party/rust/crates/rustix/src/backend/libc/param/ |
D | auxv.rs | 34 let hwcap = libc_getauxval(c::AT_HWCAP) as usize; in linux_hwcap()
|
/third_party/lzma/CPP/Windows/ |
D | SystemInfo.cpp | 94 #if defined(_WIN32) || defined(AT_HWCAP) || defined(AT_HWCAP2) 676 #ifdef AT_HWCAP in AddCpuFeatures() 679 unsigned long h = getauxval(AT_HWCAP); in AddCpuFeatures()
|
/third_party/ffmpeg/libavutil/ppc/ |
D | cpu.c | 89 if (buf[i] == AT_HWCAP) { in ff_get_cpu_flags_ppc()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __libc_start_main.c | 30 __hwcap = aux[AT_HWCAP]; in __init_libc()
|
/third_party/musl/porting/liteos_a/user_debug/src/env/ |
D | __libc_start_main.c | 31 __hwcap = aux[AT_HWCAP]; in __init_libc()
|
/third_party/musl/src/env/ |
D | __libc_start_main.c | 30 __hwcap = aux[AT_HWCAP]; in __init_libc()
|