Home
last modified time | relevance | path

Searched refs:AT_HWCAP (Results 1 – 21 of 21) sorted by relevance

/external/boringssl/src/crypto/
Dcpu-arm.c148 static const unsigned long AT_HWCAP = 16; in OPENSSL_cpuid_setup() local
149 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
/external/elfutils/backends/
Dsparc_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
Dalpha_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
Darm_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
Dppc_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
Di386_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
/external/kernel-headers/original/uapi/linux/
Dauxvec.h24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
/external/valgrind/tests/
Dcheck_ppc64_auxv_cap33 LD_SHOW_AUXV=1 /bin/true | grep ^AT_HWCAP | grep -w $CAPABILITY_WORD 2>&1 > /dev/null
/external/fio/arch/
Darch-sh.h51 if (auxv->a_type == AT_HWCAP) { in arch_init()
/external/libpng/contrib/arm-neon/
Dlinux-auxv.c111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0) in png_have_neon()
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c475 #define AT_HWCAP 16 macro
543 if (entry.tag == AT_HWCAP) { in get_elf_hwcap_from_proc_self_auxv()
771 hwcaps = get_elf_hwcap_from_getauxval(AT_HWCAP); in android_cpuInit()
958 hwcaps = get_elf_hwcap_from_getauxval(AT_HWCAP); in android_cpuInit()
/external/v8/src/base/
Dcpu.cc114 result = static_cast<uint32_t>(getauxval(AT_HWCAP));
125 if (entry.tag == AT_HWCAP) {
/external/opencv3/3rdparty/libwebp/cpu-features/
Dcpu-features.c422 #define AT_HWCAP 16 macro
461 if (entry.tag == AT_HWCAP) { in get_elf_hwcap()
/external/valgrind/none/tests/ppc32/
Dtest_dfp2.c88 if (auxv_buf[i].a_type == AT_HWCAP) { in fetch_at_hwcap()
/external/valgrind/none/tests/ppc64/
Dtest_dfp2.c88 if (auxv_buf[i].a_type == AT_HWCAP) { in fetch_at_hwcap()
/external/valgrind/coregrind/m_initimg/
Dinitimg-linux.c684 case AT_HWCAP: in setup_client_stack()
/external/opencv3/modules/core/src/
Dsystem.cpp334 if (auxv.a_type == AT_HWCAP) in initialize()
/external/elfutils/libelf/
Delf.h1022 #define AT_HWCAP 16 /* Machine-dependent hints about macro
/external/valgrind/
Dconfigure.ac1344 # The AT_HWCAP entries are generated by glibc, and are based on
1352 AC_MSG_CHECKING([if AT_HWCAP contains the $AUXV_CHECK_FOR indicator])
1353 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
/external/opencv3/3rdparty/libpng/
Dpngrutil.c3681 if (aux.a_type == AT_HWCAP && in png_have_hwcap()
/external/valgrind/perf/
Dtinycc.c875 #define AT_HWCAP 16 /* Machine dependent hints about macro