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

  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 36 #define HWCAP_NEON (1 << 12)
  /development/ndk/platforms/android-21/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/libpng/contrib/arm-neon/
linux-auxv.c 111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0)
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 447 #define HWCAP_NEON (1 << 12)
466 HWCAP_NEON | \
589 hwcaps |= HWCAP_NEON;
790 int has_neon = (hwcaps & HWCAP_NEON);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 450 #define HWCAP_NEON (1 << 12)
469 HWCAP_NEON | \
598 hwcaps |= HWCAP_NEON;
779 int has_neon = (hwcaps & HWCAP_NEON);
    [all...]
  /external/v8/src/base/
cpu.cc 82 #define HWCAP_NEON (1 << 12)
429 has_neon_ = (hwcaps & HWCAP_NEON) != 0;

Completed in 1920 milliseconds