Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dcpu-arm.c139 static const unsigned long AT_HWCAP = 16; in OPENSSL_cpuid_setup() local
140 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
/external/elfutils/src/backends/
Dsparc_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
Darm_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
Dalpha_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/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/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DAuxVector.h63 AT_HWCAP = 16, ///< Machine dependent hints about processor capabilities. enumerator
DAuxVector.cpp156 case ENTRY_NAME(AT_HWCAP); break; in GetEntryName()
/external/v8/src/base/
Dcpu.cc93 #define AT_HWCAP 16
106 if (entry.tag == AT_HWCAP) {
/external/valgrind/none/tests/ppc64/
Dtest_dfp2.c88 if (auxv_buf[i].a_type == AT_HWCAP) { in fetch_at_hwcap()
/external/valgrind/none/tests/ppc32/
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/elfutils/src/libelf/
Delf.h996 #define AT_HWCAP 16 /* Machine-dependent hints about macro
/external/valgrind/perf/
Dtinycc.c875 #define AT_HWCAP 16 /* Machine dependent hints about macro