OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_strtoull
(Results
1 - 7
of
7
) sorted by null
/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);
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c
658
SDL_Window = (HWND)((size_t)
SDL_strtoull
(windowid, NULL, 0));
/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/src/video/windx5/
SDL_dx5events.c
950
SDL_Window = (HWND)((size_t)
SDL_strtoull
(windowid, NULL, 0));
Completed in 76 milliseconds