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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 241 #define SDL_max(x, y) (((x) > (y)) ? (x) : (y))
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 241 #define SDL_max(x, y) (((x) > (y)) ? (x) : (y))
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 241 #define SDL_max(x, y) (((x) > (y)) ? (x) : (y))
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 241 #define SDL_max(x, y) (((x) > (y)) ? (x) : (y))

Completed in 37 milliseconds