HomeSort by relevance Sort by last modified time
    Searched refs:hwcap (Results 1 - 14 of 14) sorted by null

  /external/openssl/crypto/
armcap.c 52 # define HWCAP 16 /* AT_HWCAP */
61 # define HWCAP 16 /* AT_HWCAP */
64 # define HWCAP_CE HWCAP
105 if (getauxval(HWCAP) & HWCAP_NEON)
107 unsigned long hwcap = getauxval(HWCAP_CE); local
111 if (hwcap & HWCAP_CE_AES)
114 if (hwcap & HWCAP_CE_PMULL)
117 if (hwcap & HWCAP_CE_SHA1)
120 if (hwcap & HWCAP_CE_SHA256)
  /external/pixman/pixman/
pixman-arm.c 150 uint32_t hwcap = aux.a_un.a_val; local
153 * versions of the hwcap header, e.g. HWCAP_NEON
155 if ((hwcap & 64) != 0)
157 if ((hwcap & 512) != 0)
160 if ((hwcap & 4096) != 0)
  /bionic/libc/kernel/uapi/asm-arm64/asm/
ptrace.h 22 #include <asm/hwcap.h>
  /development/ndk/platforms/android-L/arch-arm64/include/asm/
ptrace.h 22 #include <asm/hwcap.h>
  /external/kernel-headers/original/uapi/asm-arm64/asm/
ptrace.h 24 #include <asm/hwcap.h>
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm/
ptrace.h 22 #include <asm/hwcap.h>
  /external/libpng/contrib/arm-neon/
linux-auxv.c 32 #include <asm/hwcap.h>
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h 34 VASurfaceMap(VADisplay display, int hwcap);
VideoEncoderUtils.cpp 263 VASurfaceMap::VASurfaceMap(VADisplay display, int hwcap) {
266 mSupportedSurfaceMemType = hwcap;
  /bionic/libc/kernel/uapi/asm-arm/asm/
ptrace.h 21 #include <asm/hwcap.h>
  /development/ndk/platforms/android-L/arch-arm/include/asm/
ptrace.h 21 #include <asm/hwcap.h>
  /external/kernel-headers/original/uapi/asm-arm/asm/
ptrace.h 13 #include <asm/hwcap.h>
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm/
ptrace.h 21 #include <asm/hwcap.h>
  /external/valgrind/main/none/tests/ppc32/
test_dfp2.c 102 unsigned long hwcap; local
104 hwcap = fetch_at_hwcap();
105 if ((hwcap & PPC_FEATURE_HAS_VSX) == PPC_FEATURE_HAS_VSX)

Completed in 1154 milliseconds