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

  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 44 #define HWCAP_IDIVT (1 << 18)
46 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
  /development/ndk/platforms/android-21/arch-arm/include/asm/
hwcap.h 44 #define HWCAP_IDIVT (1 << 18)
46 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
  /external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h 25 #define HWCAP_IDIVT (1 << 18)
27 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h 44 #define HWCAP_IDIVT (1 << 18)
46 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/asm/
hwcap.h 44 #define HWCAP_IDIVT (1 << 18)
46 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm/
hwcap.h 44 #define HWCAP_IDIVT (1 << 18)
46 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
  /cts/tests/tests/os/src/android/os/cts/
CpuFeatures.java 41 public static final int HWCAP_IDIVT = (1 << 18);
CpuFeaturesTest.java 54 assertHwCap("IDIVT", hwcaps, CpuFeatures.HWCAP_IDIVT);
  /external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c 420 #define HWCAP_IDIVT (1 << 18)
490 hwcaps |= HWCAP_IDIVT;
492 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT;
657 int has_idivt = (hwcaps & HWCAP_IDIVT);
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 452 #define HWCAP_IDIVT (1 << 18)
470 HWCAP_IDIVT )
593 hwcaps |= HWCAP_IDIVT;
595 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT;
792 int has_idivt = (hwcaps & HWCAP_IDIVT);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 471 #define HWCAP_IDIVT (1 << 18)
489 HWCAP_IDIVT )
618 hwcaps |= HWCAP_IDIVT;
620 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT;
797 int has_idivt = (hwcaps & HWCAP_IDIVT);
    [all...]
  /external/v8/src/base/
cpu.cc 106 #define HWCAP_IDIVT (1 << 18)
108 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
  /art/runtime/arch/arm/
instruction_set_features_arm.cc 172 if ((hwcaps & HWCAP_IDIVT) != 0) {

Completed in 4864 milliseconds