Searched refs:hwcap (Results 1 - 8 of 8) sorted by relevance

/external/boringssl/src/crypto/
H A Dcpu-arm.c149 unsigned long hwcap = getauxval(AT_HWCAP); local
153 if ((hwcap & kNEON) == 0) {
160 hwcap = getauxval(AT_HWCAP2);
162 /* See /usr/include/asm/hwcap.h on an ARM installation for the source of
169 /* See /usr/include/asm/hwcap.h on an aarch64 installation for the source of
177 if ((hwcap & kNEON) == 0) {
184 if (hwcap & kAES) {
187 if (hwcap & kPMULL) {
190 if (hwcap & kSHA1) {
193 if (hwcap
[all...]
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dptrace.h24 #include <asm/hwcap.h>
/external/libpng/contrib/arm-neon/
H A Dlinux-auxv.c32 #include <asm/hwcap.h>
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dptrace.h13 #include <asm/hwcap.h>
/external/valgrind/none/tests/ppc32/
H A Dtest_dfp2.c102 unsigned long hwcap; local
104 hwcap = fetch_at_hwcap();
105 if ((hwcap & PPC_FEATURE_HAS_VSX) == PPC_FEATURE_HAS_VSX)
/external/valgrind/none/tests/ppc64/
H A Dtest_dfp2.c102 unsigned long hwcap; local
104 hwcap = fetch_at_hwcap();
105 if ((hwcap & PPC_FEATURE_HAS_VSX) == PPC_FEATURE_HAS_VSX)
/external/google-breakpad/src/processor/
H A Dminidump_processor.cc381 uint32_t hwcap; member in struct:google_breakpad::__anon6223
446 if (elf_hwcaps & features[i].hwcap) {
/external/opencv3/3rdparty/libpng/
H A Dpngrutil.c3668 #include <asm/hwcap.h>

Completed in 604 milliseconds