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

/external/elfutils/0.153/backends/
H A Dalpha_auxv.c36 if (a_type != AT_HWCAP)
H A Darm_auxv.c36 if (a_type != AT_HWCAP)
H A Di386_auxv.c36 if (a_type != AT_HWCAP)
H A Dppc_auxv.c36 if (a_type != AT_HWCAP)
H A Dsparc_auxv.c36 if (a_type != AT_HWCAP)
/external/kernel-headers/original/uapi/linux/
H A Dauxvec.h24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
31 #define AT_HWCAP2 26 /* extension of AT_HWCAP */
/external/fio/arch/
H A Darch-sh.h51 if (auxv->a_type == AT_HWCAP) {
/external/libpng/contrib/arm-neon/
H A Dlinux-auxv.c111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0)
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.h63 AT_HWCAP = 16, ///< Machine dependent hints about processor capabilities. enumerator in enum:AuxVector::EntryType
H A DAuxVector.cpp156 case ENTRY_NAME(AT_HWCAP); break;
/external/pixman/pixman/
H A Dpixman-ppc.c97 if (aux.type == AT_HWCAP && (aux.value & PPC_FEATURE_HAS_ALTIVEC))
H A Dpixman-arm.c148 if (aux.a_type == AT_HWCAP)
/external/chromium_org/v8/src/base/
H A Dcpu.cc68 * HWCAP flags - for elf_hwcap (in kernel) and AT_HWCAP
93 #define AT_HWCAP 16
106 if (entry.tag == AT_HWCAP) {
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c422 #define AT_HWCAP 16 macro
450 if (entry.tag == AT_HWCAP) {
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c422 #define AT_HWCAP 16 macro
450 if (entry.tag == AT_HWCAP) {
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp2.c88 if (auxv_buf[i].a_type == AT_HWCAP) {
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp2.c88 if (auxv_buf[i].a_type == AT_HWCAP) {
/external/qemu/include/
H A Delf.h247 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
414 /* Bits present in AT_HWCAP for ARM. */
439 /* Bits present in AT_HWCAP for PowerPC. */
473 /* Bits present in AT_HWCAP, primarily for Sparc32. */
482 /* Bits present in AT_HWCAP for s390. */
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c681 case AT_HWCAP:
/external/elfutils/0.153/libelf/
H A Delf.h971 #define AT_HWCAP 16 /* Machine dependent hints about macro
1346 /* Bits present in AT_HWCAP on SPARC. */
/external/valgrind/main/perf/
H A Dtinycc.c875 #define AT_HWCAP 16 /* Machine dependent hints about macro
1060 /* Bits present in AT_HWCAP, primarily for Sparc32. */

Completed in 6910 milliseconds