Searched defs:Uint64 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h108 typedef uint64_t Uint64; typedef
115 } Uint64, Sint64; typedef in typeref:struct:__anon25290
131 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
505 extern DECLSPEC char* SDLCALL SDL_ulltoa(Uint64 value, char *string, int radix);
517 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);

Completed in 43 milliseconds