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

  /cts/tests/tests/os/src/android/os/cts/
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/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)
  /bionic/libc/kernel/uapi/asm-arm/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)
  /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...]

Completed in 191 milliseconds