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

  /prebuilt/windows/sdl/host/include/SDL/
SDL_types.h 50 typedef unsigned short Uint16;
92 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 88 typedef uint16_t Uint16;
111 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
585 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 88 typedef uint16_t Uint16;
111 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
585 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 88 typedef uint16_t Uint16;
111 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
585 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 88 typedef uint16_t Uint16;
111 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
585 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)

Completed in 315 milliseconds