Home
last modified time | relevance | path

Searched refs:HWCAP_IDIVT (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h25 #define HWCAP_IDIVT (1 << 18) macro
27 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/external/opencv3/3rdparty/libwebp/cpu-features/
Dcpu-features.c420 #define HWCAP_IDIVT (1 << 18) macro
490 hwcaps |= HWCAP_IDIVT; in get_elf_hwcap()
492 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT; in get_elf_hwcap()
657 int has_idivt = (hwcaps & HWCAP_IDIVT); in android_cpuInit()
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c452 #define HWCAP_IDIVT (1 << 18) macro
470 HWCAP_IDIVT )
593 hwcaps |= HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()
595 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()
792 int has_idivt = (hwcaps & HWCAP_IDIVT); in android_cpuInit()
/external/v8/src/base/
Dcpu.cc106 #define HWCAP_IDIVT (1 << 18)
108 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)