Searched defs:AT_HWCAP (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/crypto/
H A Dcpu-arm.c148 static const unsigned long AT_HWCAP = 16; local
149 unsigned long hwcap = getauxval(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/opencv3/3rdparty/libwebp/cpu-features/
H A Dcpu-features.c422 #define AT_HWCAP 16 macro
461 if (entry.tag == AT_HWCAP) {
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c475 #define AT_HWCAP 16 macro
543 if (entry.tag == AT_HWCAP) {
771 hwcaps = get_elf_hwcap_from_getauxval(AT_HWCAP);
958 hwcaps = get_elf_hwcap_from_getauxval(AT_HWCAP);
/external/elfutils/libelf/
H A Delf.h1022 #define AT_HWCAP 16 /* Machine-dependent hints about macro
/external/valgrind/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 242 milliseconds