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

  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_types.h 75 typedef unsigned SDL_HAS_64BIT_TYPE Uint64;
83 } Uint64, Sint64;
96 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 95 typedef uint64_t Uint64;
102 } Uint64, Sint64;
115 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
483 extern DECLSPEC char* SDLCALL SDL_ulltoa(Uint64 value, char *string, int radix);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 95 typedef uint64_t Uint64;
102 } Uint64, Sint64;
115 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
483 extern DECLSPEC char* SDLCALL SDL_ulltoa(Uint64 value, char *string, int radix);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 95 typedef uint64_t Uint64;
102 } Uint64, Sint64;
115 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
483 extern DECLSPEC char* SDLCALL SDL_ulltoa(Uint64 value, char *string, int radix);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 95 typedef uint64_t Uint64;
102 } Uint64, Sint64;
115 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
483 extern DECLSPEC char* SDLCALL SDL_ulltoa(Uint64 value, char *string, int radix);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);

Completed in 265 milliseconds