OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_ulltoa
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
503
#define
SDL_ulltoa
_ui64toa
505
extern DECLSPEC char* SDLCALL
SDL_ulltoa
(Uint64 value, char *string, int radix);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
503
#define
SDL_ulltoa
_ui64toa
505
extern DECLSPEC char* SDLCALL
SDL_ulltoa
(Uint64 value, char *string, int radix);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
503
#define
SDL_ulltoa
_ui64toa
505
extern DECLSPEC char* SDLCALL
SDL_ulltoa
(Uint64 value, char *string, int radix);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
503
#define
SDL_ulltoa
_ui64toa
505
extern DECLSPEC char* SDLCALL
SDL_ulltoa
(Uint64 value, char *string, int radix);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c
585
char *
SDL_ulltoa
(Uint64 value, char *string, int radix)
1061
SDL_ulltoa
(value, num, radix);
[
all
...]
Completed in 28 milliseconds