Searched defs:HWCAP_IDIVT (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dhwcap.h25 #define HWCAP_IDIVT (1 << 18) macro
27 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c420 #define HWCAP_IDIVT (1 << 18) macro
613 int has_idivt = (hwcaps & HWCAP_IDIVT);
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c420 #define HWCAP_IDIVT (1 << 18) macro
613 int has_idivt = (hwcaps & HWCAP_IDIVT);

Completed in 133 milliseconds