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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 493 #define SDL_strtoull strtoull
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 493 #define SDL_strtoull strtoull
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 493 #define SDL_strtoull strtoull
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 493 #define SDL_strtoull strtoull
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents.c 545 SDL_Window = (HWND)SDL_strtoull(windowid, NULL, 0);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 629 Uint64 SDL_strtoull(const char *string, char **endp, int base)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 868 SDL_Window = (HWND)SDL_strtoull(windowid, NULL, 0);

Completed in 42 milliseconds