OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_min
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
240
#define
SDL_min
(x, y) (((x) < (y)) ? (x) : (y))
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
240
#define
SDL_min
(x, y) (((x) < (y)) ? (x) : (y))
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
240
#define
SDL_min
(x, y) (((x) < (y)) ? (x) : (y))
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
240
#define
SDL_min
(x, y) (((x) < (y)) ? (x) : (y))
Completed in 2228 milliseconds