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

  /external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc 79 SInt16 sint16; local
80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
81 if (converted) *i = static_cast<int>(sint16);
  /external/libffi/src/
types.c 55 FFI_TYPEDEF(sint16, SINT16, FFI_TYPE_SINT16);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 100 typedef int16_t Sint16;
128 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 100 typedef int16_t Sint16;
128 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 100 typedef int16_t Sint16;
128 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 100 typedef int16_t Sint16;
128 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);

Completed in 136 milliseconds