HomeSort by relevance Sort by last modified time
    Searched defs:SDL_strtoull (Results 1 - 5 of 5) 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);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 629 Uint64 SDL_strtoull(const char *string, char **endp, int base)
    [all...]
  /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);

Completed in 90 milliseconds