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

  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 36 #define HWCAP_NEON (1 << 12)
  /development/ndk/platforms/android-L/arch-arm/include/asm/
hwcap.h 36 #define HWCAP_NEON (1 << 12)
  /external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h 19 #define HWCAP_NEON (1 << 12)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h 36 #define HWCAP_NEON (1 << 12)
  /cts/tests/tests/os/src/android/os/cts/
CpuFeatures.java 33 public static final int HWCAP_NEON = (1 << 12);
CpuFeaturesTest.java 50 assertHwCap("NEON", hwcaps, CpuFeatures.HWCAP_NEON);
  /external/openssl/crypto/
armcap.c 53 # define HWCAP_NEON (1 << 12)
62 # define HWCAP_NEON (1 << 1)
105 if (getauxval(HWCAP) & HWCAP_NEON)
  /external/libpng/contrib/arm-neon/
linux-auxv.c 111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0)
  /ndk/sources/android/cpufeatures/
cpu-features.c 437 #define HWCAP_NEON (1 << 12)
449 HWCAP_NEON | \
566 hwcaps |= HWCAP_NEON;
747 int has_neon = (hwcaps & HWCAP_NEON);
    [all...]
  /external/chromium_org/v8/src/base/
cpu.cc 82 #define HWCAP_NEON (1 << 12)
411 has_neon_ = (hwcaps & HWCAP_NEON) != 0;
  /external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 415 #define HWCAP_NEON (1 << 12)
611 int has_neon = (hwcaps & HWCAP_NEON);
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 415 #define HWCAP_NEON (1 << 12)
611 int has_neon = (hwcaps & HWCAP_NEON);

Completed in 465 milliseconds