Home
last modified time | relevance | path

Searched refs:AT_HWCAP (Results 1 - 25 of 65) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_detect.cc138 #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 Darmcap.c113 * 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 Darmcap.c113 * 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 Dcpu.c45 #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 Dmustang_auxv.rs18 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 Dauxv.rs25 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 DSkCpu.cpp84 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 Dalpha_auxv.c39 if (a_type != AT_HWCAP) in auxv_info()
H A Dsparc_auxv.c39 if (a_type != AT_HWCAP) in auxv_info()
H A Darm_auxv.c39 if (a_type != AT_HWCAP) in auxv_info()
H A Dppc_auxv.c39 if (a_type != AT_HWCAP) in auxv_info()
H A Di386_auxv.c39 if (a_type != AT_HWCAP) in auxv_info()
/third_party/skia/third_party/externals/libpng/contrib/powerpc-vsx/
H A Dlinux_aux.c26 unsigned long auxv = getauxval(AT_HWCAP); in png_have_vsx()
/third_party/mesa3d/src/util/
H A Du_cpu_detect.c152 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 Dauxv.rs37 assert_eq!(_hwcap, unsafe { libc_getauxval(libc::AT_HWCAP) } as usize); in test_linux_hwcap()
/third_party/ffmpeg/libavutil/mips/
H A Dcpu.c37 return getauxval(AT_HWCAP) & HWCAP_LOONGSON_CPUCFG; in cpucfg_available()
/third_party/ltp/testcases/kernel/syscalls/switch/
H A Dendian_switch01.c48 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 Dlinux-auxv.c111 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 DSystemInfo.cpp23 // #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 Dcpu.c89 if (buf[i] == AT_HWCAP) { in ff_get_cpu_flags_ppc()
/third_party/node/deps/v8/third_party/zlib/
H A Dcpu_features.c108 unsigned long features = getauxval(AT_HWCAP); in _cpu_check_features()
/third_party/musl/porting/linux/user/src/env/
H A D__libc_start_main.c31 __hwcap = aux[AT_HWCAP]; in __init_libc()
/third_party/musl/src/env/
H A D__libc_start_main.c33 __hwcap = aux[AT_HWCAP]; in __init_libc()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__libc_start_main.c30 __hwcap = aux[AT_HWCAP]; in __init_libc()
/third_party/musl/porting/liteos_a/user_debug/src/env/
H A D__libc_start_main.c31 __hwcap = aux[AT_HWCAP]; in __init_libc()

Completed in 8 milliseconds

123