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

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CpuFeatures.java 41 public static final int HWCAP_IDIVT = (1 << 18);
  /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)
  /prebuilts/ndk/r10/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/r10/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/r11/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/r11/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/r11/platforms/android-24/arch-arm/usr/include/asm/
hwcap.h 44 #define HWCAP_IDIVT (1 << 18)
46 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 39 #define HWCAP_IDIVT (1 << 18)
41 #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/r11/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...]
  /prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c 472 #define HWCAP_IDIVT (1 << 18)
490 HWCAP_IDIVT )
619 hwcaps |= HWCAP_IDIVT;
621 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT;
798 int has_idivt = (hwcaps & HWCAP_IDIVT);
    [all...]

Completed in 413 milliseconds