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.12/src/audio/
SDL_mixer_MMX.h 11 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
SDL_mixer_MMX_VC.h 25 #if ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
SDL_mixer_MMX.c 38 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
SDL_mixer.c 114 #if defined(__GNUC__) && defined(__M68000__) && defined(SDL_ASSEMBLY_ROUTINES)
131 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
137 #elif ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
144 #if defined(__GNUC__) && defined(__M68000__) && defined(SDL_ASSEMBLY_ROUTINES)
177 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
183 #elif ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
190 #if defined(__GNUC__) && defined(__M68000__) && defined(SDL_ASSEMBLY_ROUTINES)
223 #if defined(__GNUC__) && defined(__M68000__) && defined(SDL_ASSEMBLY_ROUTINES)
SDL_mixer_MMX_VC.c 26 #if ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
181 #endif /* SDL_ASSEMBLY_ROUTINES */
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_macosx.h 130 #define SDL_ASSEMBLY_ROUTINES 1
SDL_config_os2.h 139 #define SDL_ASSEMBLY_ROUTINES 1
SDL_config_win32.h 177 #define SDL_ASSEMBLY_ROUTINES 1
SDL_config.h.in 301 #undef SDL_ASSEMBLY_ROUTINES
  /external/qemu/distrib/sdl-1.2.12/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 94 #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) && SDL_ASSEMBLY_ROUTINES
    [all...]
SDL_blit_A.c 33 #if SDL_ASSEMBLY_ROUTINES
51 #endif /* SDL_ASSEMBLY_ROUTINES */
    [all...]

Completed in 915 milliseconds