HomeSort by relevance Sort by last modified time
    Searched defs:SDL_ltoa (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 439 #define SDL_itoa(value, string, radix) SDL_ltoa((long)value, string, radix)
443 #define SDL_ltoa _ltoa
445 extern DECLSPEC char * SDLCALL SDL_ltoa(long value, char *string, int radix);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 457 char *SDL_ltoa(long value, char *string, int radix)
1018 SDL_ltoa(value, num, radix);
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 439 #define SDL_itoa(value, string, radix) SDL_ltoa((long)value, string, radix)
443 #define SDL_ltoa _ltoa
445 extern DECLSPEC char * SDLCALL SDL_ltoa(long value, char *string, int radix);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 439 #define SDL_itoa(value, string, radix) SDL_ltoa((long)value, string, radix)
443 #define SDL_ltoa _ltoa
445 extern DECLSPEC char * SDLCALL SDL_ltoa(long value, char *string, int radix);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 439 #define SDL_itoa(value, string, radix) SDL_ltoa((long)value, string, radix)
443 #define SDL_ltoa _ltoa
445 extern DECLSPEC char * SDLCALL SDL_ltoa(long value, char *string, int radix);

Completed in 761 milliseconds