OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWCAP_IDIVT
(Results
1 - 8
of
8
) 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
)
/cts/tests/tests/os/src/android/os/cts/
CpuFeatures.java
41
public static final int
HWCAP_IDIVT
= (1 << 18);
/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
)
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h
44
#define
HWCAP_IDIVT
(1 << 18)
46
#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
);
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
420
#define
HWCAP_IDIVT
(1 << 18)
613
int has_idivt = (hwcaps &
HWCAP_IDIVT
);
/ndk/sources/android/cpufeatures/
cpu-features.c
442
#define
HWCAP_IDIVT
(1 << 18)
453
HWCAP_IDIVT
)
570
hwcaps |=
HWCAP_IDIVT
;
572
hwcaps |= HWCAP_IDIVA |
HWCAP_IDIVT
;
749
int has_idivt = (hwcaps &
HWCAP_IDIVT
);
[
all
...]
Completed in 481 milliseconds