OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ABICALLS
(Results
26 - 32
of
32
) sorted by null
1
2
/prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/machine/
asm.h
50
#if !defined(
ABICALLS
) && !defined(_NO_ABICALLS)
51
#define
ABICALLS
.
abicalls
54
#if defined(
ABICALLS
) && !defined(_KERNEL)
55
ABICALLS
88
#if defined(
ABICALLS
) && !defined(_KERNEL) && !defined(_STANDALONE)
118
#else /* defined(
ABICALLS
) && !defined(_KERNEL) */
/prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/machine/
asm.h
50
#if !defined(
ABICALLS
) && !defined(_NO_ABICALLS)
51
#define
ABICALLS
.
abicalls
54
#if defined(
ABICALLS
) && !defined(_KERNEL)
55
ABICALLS
88
#if defined(
ABICALLS
) && !defined(_KERNEL) && !defined(_STANDALONE)
118
#else /* defined(
ABICALLS
) && !defined(_KERNEL) */
/prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/machine/
asm.h
50
#if !defined(
ABICALLS
) && !defined(_NO_ABICALLS)
51
#define
ABICALLS
.
abicalls
54
#if defined(
ABICALLS
) && !defined(_KERNEL)
55
ABICALLS
88
#if defined(
ABICALLS
) && !defined(_KERNEL) && !defined(_STANDALONE)
118
#else /* defined(
ABICALLS
) && !defined(_KERNEL) */
/prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/machine/
asm.h
50
#if !defined(
ABICALLS
) && !defined(_NO_ABICALLS)
51
#define
ABICALLS
.
abicalls
54
#if defined(
ABICALLS
) && !defined(_KERNEL)
55
ABICALLS
88
#if defined(
ABICALLS
) && !defined(_KERNEL) && !defined(_STANDALONE)
118
#else /* defined(
ABICALLS
) && !defined(_KERNEL) */
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/machine/
asm.h
50
#if !defined(
ABICALLS
) && !defined(_NO_ABICALLS)
51
#define
ABICALLS
.
abicalls
54
#if defined(
ABICALLS
) && !defined(_KERNEL)
55
ABICALLS
88
#if defined(
ABICALLS
) && !defined(_KERNEL) && !defined(_STANDALONE)
118
#else /* defined(
ABICALLS
) && !defined(_KERNEL) */
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/machine/
asm.h
50
#if !defined(
ABICALLS
) && !defined(_NO_ABICALLS)
51
#define
ABICALLS
.
abicalls
54
#if defined(
ABICALLS
) && !defined(_KERNEL)
55
ABICALLS
88
#if defined(
ABICALLS
) && !defined(_KERNEL) && !defined(_STANDALONE)
118
#else /* defined(
ABICALLS
) && !defined(_KERNEL) */
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/machine/
asm.h
51
#if !defined(
ABICALLS
) && !defined(_NO_ABICALLS)
52
#define
ABICALLS
.
abicalls
55
#if defined(
ABICALLS
) && !defined(_KERNEL)
56
ABICALLS
91
#if defined(
ABICALLS
) && !defined(_KERNEL) && !defined(_STANDALONE)
130
#else /* defined(
ABICALLS
) && !defined(_KERNEL) */
Completed in 63 milliseconds
1
2