OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SDL_TimerID
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_timer.h
104
typedef struct
_SDL_TimerID
*SDL_TimerID;
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_timer.h
104
typedef struct
_SDL_TimerID
*SDL_TimerID;
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_timer.h
104
typedef struct
_SDL_TimerID
*SDL_TimerID;
/prebuilts/tools/windows/sdl/include/SDL/
SDL_timer.h
104
typedef struct
_SDL_TimerID
*SDL_TimerID;
/external/qemu/distrib/sdl-1.2.15/src/timer/
SDL_timer.c
41
struct
_SDL_TimerID
{
46
struct
_SDL_TimerID
*next;
118
struct
_SDL_TimerID
timer;
168
t = (SDL_TimerID) SDL_malloc(sizeof(struct
_SDL_TimerID
));
Completed in 2140 milliseconds