HomeSort by relevance Sort by last modified time
    Searched defs:SDL_min (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 220 #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 220 #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 220 #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 220 #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))

Completed in 35 milliseconds