OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCAP_IDIVT
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h
44
#define
HWCAP_IDIVT
(1 << 18)
46
#define HWCAP_IDIV (HWCAP_IDIVA |
HWCAP_IDIVT
)
/development/ndk/platforms/android-L/arch-arm/include/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
)
/cts/tests/tests/os/src/android/os/cts/
CpuFeatures.java
41
public static final int
HWCAP_IDIVT
= (1 << 18);
CpuFeaturesTest.java
54
assertHwCap("IDIVT", hwcaps, CpuFeatures.
HWCAP_IDIVT
);
/external/chromium_org/v8/src/base/
cpu.cc
88
#define
HWCAP_IDIVT
(1 << 18)
90
#define HWCAP_IDIV (HWCAP_IDIVA |
HWCAP_IDIVT
)
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
420
#define
HWCAP_IDIVT
(1 << 18)
613
int has_idivt = (hwcaps &
HWCAP_IDIVT
);
Completed in 375 milliseconds