HomeSort by relevance Sort by last modified time
    Searched refs:SDL_ASSEMBLY_ROUTINES (Results 1 - 15 of 15) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_mixer_MMX.h 12 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
SDL_mixer_MMX_VC.h 26 #if ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
SDL_mixer_MMX.c 39 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
SDL_mixer.c 114 #if defined(__GNUC__) && (defined(__m68k__) && !defined(__mcoldfire__)) && defined(SDL_ASSEMBLY_ROUTINES)
132 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
138 #elif ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
147 #if defined(__GNUC__) && (defined(__m68k__) && !defined(__mcoldfire__)) && defined(SDL_ASSEMBLY_ROUTINES)
181 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
187 #elif ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
196 #if defined(__GNUC__) && (defined(__m68k__) && !defined(__mcoldfire__)) && defined(SDL_ASSEMBLY_ROUTINES)
229 #if defined(__GNUC__) && (defined(__m68k__) && !defined(__mcoldfire__)) && defined(SDL_ASSEMBLY_ROUTINES)
SDL_mixer_MMX_VC.c 27 #if ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
182 #endif /* SDL_ASSEMBLY_ROUTINES */
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_config_macosx.h 145 #define SDL_ASSEMBLY_ROUTINES 1
SDL_config_os2.h 139 #define SDL_ASSEMBLY_ROUTINES 1
SDL_config_win32.h 180 #define SDL_ASSEMBLY_ROUTINES 1
SDL_config.h.in 308 #undef SDL_ASSEMBLY_ROUTINES
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_mmx.c 24 #if (__GNUC__ > 2) && defined(__i386__) && __OPTIMIZE__ && SDL_ASSEMBLY_ROUTINES
SDL_stretch.c 39 (defined(__GNUC__) && defined(__i386__))) && SDL_ASSEMBLY_ROUTINES
SDL_blit.c 30 #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) && SDL_ASSEMBLY_ROUTINES
SDL_yuv_sw.c 124 #if (__GNUC__ > 2) && defined(__i386__) && __OPTIMIZE__ && SDL_ASSEMBLY_ROUTINES
    [all...]
SDL_RLEaccel.c 95 #if 0 && defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) && SDL_ASSEMBLY_ROUTINES
    [all...]
SDL_blit_A.c 33 #if SDL_ASSEMBLY_ROUTINES
52 #endif /* SDL_ASSEMBLY_ROUTINES */
    [all...]

Completed in 81 milliseconds