Searched defs:Uint16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Dtypes.h172 typedef unsigned short Uint16; typedef in namespace:gpu
177 typedef uint16_t Uint16;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h101 typedef uint16_t Uint16; typedef
127 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)

Completed in 108 milliseconds