OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sint64
(Results
1 - 5
of
5
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h
160
typedef int64_t
Sint64
;
180
SDL_COMPILE_TIME_ASSERT(
sint64
, sizeof(
Sint64
) == 8);
327
extern DECLSPEC char *SDLCALL SDL_lltoa(
Sint64
value, char *str, int radix);
334
extern DECLSPEC
Sint64
SDLCALL SDL_strtoll(const char *str, char **endp, int base);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h
160
typedef int64_t
Sint64
;
180
SDL_COMPILE_TIME_ASSERT(
sint64
, sizeof(
Sint64
) == 8);
327
extern DECLSPEC char *SDLCALL SDL_lltoa(
Sint64
value, char *str, int radix);
334
extern DECLSPEC
Sint64
SDLCALL SDL_strtoll(const char *str, char **endp, int base);
/prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h
150
typedef int64_t
Sint64
;
170
SDL_COMPILE_TIME_ASSERT(
sint64
, sizeof(
Sint64
) == 8);
317
extern DECLSPEC char *SDLCALL SDL_lltoa(
Sint64
value, char *str, int radix);
324
extern DECLSPEC
Sint64
SDLCALL SDL_strtoll(const char *str, char **endp, int base);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h
160
typedef int64_t
Sint64
;
180
SDL_COMPILE_TIME_ASSERT(
sint64
, sizeof(
Sint64
) == 8);
327
extern DECLSPEC char *SDLCALL SDL_lltoa(
Sint64
value, char *str, int radix);
334
extern DECLSPEC
Sint64
SDLCALL SDL_strtoll(const char *str, char **endp, int base);
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs
[
all
...]
Completed in 317 milliseconds