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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_timer.h 97 typedef struct _SDL_TimerID *SDL_TimerID;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_timer.h 97 typedef struct _SDL_TimerID *SDL_TimerID;
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_timer.h 97 typedef struct _SDL_TimerID *SDL_TimerID;
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_timer.h 100 typedef struct _SDL_TimerID *SDL_TimerID;
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_timer.h 97 typedef struct _SDL_TimerID *SDL_TimerID;
  /external/qemu/distrib/sdl-1.2.12/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 643 milliseconds