Searched refs:Sint64 (Results 1 – 2 of 2) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/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.12/include/ |
D | SDL_stdinc.h | 93 typedef int64_t Sint64; typedef 102 } Uint64, Sint64; typedef 116 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8); 477 extern DECLSPEC char* SDLCALL SDL_lltoa(Sint64 value, char *string, int radix); 489 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
|