Searched refs:SDL_strtoull (Results 1 – 4 of 4) sorted by relevance
515 #define SDL_strtoull strtoull macro517 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
658 SDL_Window = (HWND)((size_t)SDL_strtoull(windowid, NULL, 0)); in DIB_CreateWindow()
629 Uint64 SDL_strtoull(const char *string, char **endp, int base) in SDL_strtoull() function
950 SDL_Window = (HWND)((size_t)SDL_strtoull(windowid, NULL, 0)); in DX5_CreateWindow()