OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAVE_LIBC
(Results
1 - 21
of
21
) sorted by null
/external/qemu/android/config/darwin-x86/
SDL_config.h
10
#define
HAVE_LIBC
1
11
#if
HAVE_LIBC
89
#endif /*
HAVE_LIBC
*/
/external/qemu/android/config/freebsd-x86/
SDL_config.h
10
#define
HAVE_LIBC
1
11
#if
HAVE_LIBC
89
#endif /*
HAVE_LIBC
*/
/external/qemu/android/config/linux-ppc/
SDL_config.h
10
#define
HAVE_LIBC
1
11
#if
HAVE_LIBC
89
#endif /*
HAVE_LIBC
*/
/external/qemu/android/config/linux-x86_64/
SDL_config.h
10
#define
HAVE_LIBC
1
11
#if
HAVE_LIBC
89
#endif /*
HAVE_LIBC
*/
/external/qemu/android/config/windows/
SDL_config.h
10
#define
HAVE_LIBC
1
11
#if
HAVE_LIBC
89
#endif /*
HAVE_LIBC
*/
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_config.h
10
#define
HAVE_LIBC
1
11
#if
HAVE_LIBC
89
#endif /*
HAVE_LIBC
*/
SDL_thread.h
48
#if ((defined(__WIN32__) && !defined(
HAVE_LIBC
)) || defined(__OS2__)) && !defined(__SYMBIAN32__)
/prebuilt/windows/sdl/include/SDL/
SDL_config.h
10
#define
HAVE_LIBC
1
11
#if
HAVE_LIBC
89
#endif /*
HAVE_LIBC
*/
SDL_thread.h
48
#if ((defined(__WIN32__) && !defined(
HAVE_LIBC
)) || defined(__OS2__)) && !defined(__SYMBIAN32__)
/external/qemu/android/config/linux-x86/
SDL_config.h
5
#define
HAVE_LIBC
1
6
#if
HAVE_LIBC
84
#endif /*
HAVE_LIBC
*/
/external/qemu/distrib/sdl-1.2.12/include/
SDL_config_win32.h
74
#define
HAVE_LIBC
1
75
#ifdef
HAVE_LIBC
SDL_config_os2.h
44
#define
HAVE_LIBC
1
SDL_thread.h
48
#if ((defined(__WIN32__) && !defined(
HAVE_LIBC
)) || defined(__OS2__)) && !defined(__SYMBIAN32__)
SDL_config.h.in
58
#undef
HAVE_LIBC
59
#if
HAVE_LIBC
143
#endif /*
HAVE_LIBC
*/
/prebuilt/linux-x86/sdl/include/SDL/
SDL_config.h
5
#define
HAVE_LIBC
1
6
#if
HAVE_LIBC
84
#endif /*
HAVE_LIBC
*/
SDL_thread.h
48
#if ((defined(__WIN32__) && !defined(
HAVE_LIBC
)) || defined(__OS2__)) && !defined(__SYMBIAN32__)
/external/qemu/distrib/sdl-1.2.12/src/
SDL.c
330
#if !defined(
HAVE_LIBC
) || (defined(__WATCOMC__) && defined(BUILD_DLL))
/external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c
172
#if (defined(__WIN32__) && !defined(_WIN32_WCE)) && !defined(
HAVE_LIBC
) && !defined(__SYMBIAN32__)
/external/qemu/distrib/sdl-1.2.12/
android-configure.sh
340
config_add_macro
HAVE_LIBC
$CONFIG_LIBC
342
config_add "#if
HAVE_LIBC
"
376
config_add "#endif /*
HAVE_LIBC
*/"
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c
551
#if (defined(__WIN32__) && !defined(_WIN32_WCE)) && !defined(
HAVE_LIBC
) && !defined(__SYMBIAN32__)
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c
28
#ifndef
HAVE_LIBC
620
#endif /* !
HAVE_LIBC
*/
Completed in 246 milliseconds