HomeSort by relevance Sort by last modified time
    Searched defs:HWCAP_IDIVT (Results 1 - 4 of 4) 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);
  /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 26 #define HWCAP_IDIVT (1 << 18)
28 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c 473 #define HWCAP_IDIVT (1 << 18)
491 HWCAP_IDIVT )
620 hwcaps |= HWCAP_IDIVT;
622 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT;
799 int has_idivt = (hwcaps & HWCAP_IDIVT);
    [all...]

Completed in 151 milliseconds