OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__i386__
(Results
76 - 100
of
1029
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/tests/
stack_protector_test.cpp
36
#if defined(
__i386__
)
70
#endif //
__i386__
73
#if defined(
__i386__
)
87
#else //
__i386__
89
#endif //
__i386__
/art/test/004-SignalTest/
signaltest.cc
29
#if defined(
__i386__
) || defined(__x86_64__)
64
#elif defined(
__i386__
) || defined(__x86_64__)
93
#if defined(__arm__) || defined(
__i386__
) || defined(__x86_64__) || defined(__aarch64__)
/external/compiler-rt/lib/profile/
InstrProfiling.h
13
#if defined(__FreeBSD__) && defined(
__i386__
)
23
#else /* defined(__FreeBSD__) && defined(
__i386__
) */
28
#endif /* defined(__FreeBSD__) && defined(
__i386__
) */
/external/kernel-headers/original/uapi/asm-x86/asm/
signal.h
100
#ifdef
__i386__
115
#else /*
__i386__
*/
124
#endif /* !
__i386__
*/
stat.h
8
#ifdef
__i386__
80
#else /*
__i386__
*/
124
#ifdef
__i386__
/external/llvm/lib/Support/
Disassembler.cpp
30
#if defined (
__i386__
) || defined (__amd64__) || defined (__x86_64__)
44
#if (defined (
__i386__
) || defined (__amd64__) || defined (__x86_64__)) \
49
# if defined(
__i386__
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
signal.h
101
#ifdef
__i386__
117
#else /*
__i386__
*/
130
#endif /* !
__i386__
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
signal.h
101
#ifdef
__i386__
117
#else /*
__i386__
*/
130
#endif /* !
__i386__
*/
/bionic/libc/kernel/uapi/asm-x86/asm/
auxvec.h
21
#ifdef
__i386__
posix_types.h
19
#ifdef
__i386__
swab.h
25
#ifdef
__i386__
unistd.h
22
#ifdef
__i386__
/development/ndk/platforms/android-L/arch-x86/include/asm/
auxvec.h
21
#ifdef
__i386__
posix_types.h
19
#ifdef
__i386__
swab.h
25
#ifdef
__i386__
unistd.h
22
#ifdef
__i386__
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
auxvec.h
21
#ifdef
__i386__
posix_types.h
19
#ifdef
__i386__
swab.h
25
#ifdef
__i386__
unistd.h
22
#ifdef
__i386__
/external/chromium_org/components/nacl/loader/sandbox_linux/
nacl_bpf_sandbox_linux.cc
55
#elif defined(
__i386__
)
61
#if defined(
__i386__
)
70
#if defined(
__i386__
) || defined(__x86_64__)
73
#if defined(
__i386__
) || defined(__arm__)
/external/compiler-rt/lib/builtins/i386/
floatundisf.S
19
#ifdef
__i386__
47
#endif //
__i386__
53
#ifdef
__i386__
99
#endif //
__i386__
/external/libcxxabi/src/Unwind/
config.h
42
#define _LIBUNWIND_BUILD_ZERO_COST_APIS (
__i386__
|| __x86_64__ || __arm64__)
44
#define _LIBUNWIND_SUPPORT_FRAME_APIS (
__i386__
|| __x86_64__)
70
#define _LIBUNWIND_BUILD_ZERO_COST_APIS (
__i386__
|| __x86_64__ || __arm64__ || __arm__)
72
#define _LIBUNWIND_SUPPORT_FRAME_APIS (
__i386__
|| __x86_64__)
/external/libunwind/include/
libunwind.h
22
#elif defined
__i386__
libunwind.h.in
22
#elif defined
__i386__
Completed in 687 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>