OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_strtoull
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c
629
Uint64
SDL_strtoull
(const char *string, char **endp, int base)
[
all
...]
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
515
#define
SDL_strtoull
strtoull
517
extern DECLSPEC Uint64 SDLCALL
SDL_strtoull
(const char *string, char **endp, int base);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
515
#define
SDL_strtoull
strtoull
517
extern DECLSPEC Uint64 SDLCALL
SDL_strtoull
(const char *string, char **endp, int base);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
515
#define
SDL_strtoull
strtoull
517
extern DECLSPEC Uint64 SDLCALL
SDL_strtoull
(const char *string, char **endp, int base);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
515
#define
SDL_strtoull
strtoull
517
extern DECLSPEC Uint64 SDLCALL
SDL_strtoull
(const char *string, char **endp, int base);
Completed in 280 milliseconds