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

  /external/gemmlowp/internal/
allocator.h 54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 };
75 GEMMLOWP_REGISTER_TYPEID(std::uint16_t, Uint16)
  /external/v8/src/
machine-type.h 100 static MachineType Uint16() {
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 147 typedef uint16_t Uint16;
175 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
394 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2-INTERNAL", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h 147 typedef uint16_t Uint16;
175 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
394 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2-INTERNAL", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h 137 typedef uint16_t Uint16;
165 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
384 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2-INTERNAL", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h 147 typedef uint16_t Uint16;
175 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
394 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2-INTERNAL", "UTF-8", S, SDL_strlen(S)+1)
  /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;

Completed in 98 milliseconds