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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 483 #define SDL_strtol strtol
485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
531 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 483 #define SDL_strtol strtol
485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
531 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 483 #define SDL_strtol strtol
485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
531 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 483 #define SDL_strtol strtol
485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
531 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 95 return SDL_strtol(ptr, NULL, 10);
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 312 SDL_Window = SDL_strtol (SDL_windowid, NULL, 0) ;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 341 WMwindow = SDL_strtol(SDL_windowid, NULL, 0);
931 SDL_Window = SDL_strtol(SDL_windowid, NULL, 0);
    [all...]
SDL_x11modes.c 371 template.visualid = SDL_strtol(visual_id, NULL, 0);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 509 long SDL_strtol(const char *string, char **endp, int base)
    [all...]

Completed in 432 milliseconds