OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sint64
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
106
typedef int64_t
Sint64
;
115
} Uint64,
Sint64
;
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);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
106
typedef int64_t
Sint64
;
115
} Uint64,
Sint64
;
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);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
106
typedef int64_t
Sint64
;
115
} Uint64,
Sint64
;
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);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
106
typedef int64_t
Sint64
;
115
} Uint64,
Sint64
;
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/src/stdlib/
SDL_string.c
136
static size_t SDL_ScanLongLong(const char *text, int radix,
Sint64
*valuep)
139
Sint64
value = 0;
555
char *SDL_lltoa(
Sint64
value, char *string, int radix)
607
Sint64
SDL_strtoll(const char *string, char **endp, int base)
610
Sint64
value;
835
Sint64
value;
838
Sint64
*valuep = va_arg(ap,
Sint64
*);
1042
static size_t SDL_PrintLongLong(char *text,
Sint64
value, int radix, size_t maxlen)
1177
len = SDL_PrintLongLong(text, va_arg(ap,
Sint64
), radix, maxlen)
[
all
...]
Completed in 51 milliseconds