Searched refs:Sint64 (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_string.c | 136 static size_t SDL_ScanLongLong(const char *text, int radix, Sint64 *valuep) in SDL_ScanLongLong() 139 Sint64 value = 0; in SDL_ScanLongLong() 555 char *SDL_lltoa(Sint64 value, char *string, int radix) in SDL_lltoa() 607 Sint64 SDL_strtoll(const char *string, char **endp, int base) in SDL_strtoll() 610 Sint64 value; in SDL_strtoll() 835 Sint64 value; in SDL_sscanf() 838 Sint64 *valuep = va_arg(ap, Sint64*); in SDL_sscanf() 1042 static size_t SDL_PrintLongLong(char *text, Sint64 value, int radix, size_t maxlen) in SDL_PrintLongLong() 1177 len = SDL_PrintLongLong(text, va_arg(ap, Sint64), radix, maxlen); in SDL_vsnprintf()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_stdinc.h | 106 typedef int64_t Sint64; typedef 115 } Uint64, Sint64; typedef 132 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8); 499 extern DECLSPEC char* SDLCALL SDL_lltoa(Sint64 value, char *string, int radix); 511 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
|
/external/qemu/distrib/sdl-1.2.15/ |
D | WhatsNew | 523 you can use the Uint64 and Sint64 datatypes.
|