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

  /external/chromium_org/gpu/command_buffer/common/
types.h 48 typedef unsigned short uint16; typedef
172 typedef unsigned short Uint16;
177 typedef uint16_t Uint16;
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 5 typedef unsigned short int Uint16;
22 Uint16 dim; /* # items in composite object (formerly "cnt") */
92 Uint16 userjob; /* True if in user job at "stopped" operator */
93 Uint16 saverr; /* If true, any error is saved for machcall return */
97 Uint16 entmax; /* Maximum entry count */
98 Uint16 entcnt; /* Current entry count */
102 Uint16 sorted; /* Total sorted entries */
103 Uint16 sortable; /* Total sortable entries */
109 Uint16 pos;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 101 typedef uint16_t Uint16;
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)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 101 typedef uint16_t Uint16;
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)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 101 typedef uint16_t Uint16;
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)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 101 typedef uint16_t Uint16;
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 514 milliseconds