OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_reinterpret_cast
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
84
#define
SDL_reinterpret_cast
(type, expression) reinterpret_cast<type>(expression)
87
#define
SDL_reinterpret_cast
(type, expression) ((type)(expression))
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
84
#define
SDL_reinterpret_cast
(type, expression) reinterpret_cast<type>(expression)
87
#define
SDL_reinterpret_cast
(type, expression) ((type)(expression))
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
84
#define
SDL_reinterpret_cast
(type, expression) reinterpret_cast<type>(expression)
87
#define
SDL_reinterpret_cast
(type, expression) ((type)(expression))
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
84
#define
SDL_reinterpret_cast
(type, expression) reinterpret_cast<type>(expression)
87
#define
SDL_reinterpret_cast
(type, expression) ((type)(expression))
Completed in 145 milliseconds