OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Uint64
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
108
typedef uint64_t
Uint64
;
115
}
Uint64
, Sint64;
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);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
108
typedef uint64_t
Uint64
;
115
}
Uint64
, Sint64;
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);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
108
typedef uint64_t
Uint64
;
115
}
Uint64
, Sint64;
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);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
108
typedef uint64_t
Uint64
;
115
}
Uint64
, Sint64;
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 1246 milliseconds