HomeSort by relevance Sort by last modified time
    Searched full:sint8 (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/webrtc/base/
macconversion.cc 57 SInt8 sint8; local
58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
59 if (converted) *i = static_cast<int>(sint8);
  /external/chromium_org/third_party/libjingle/source/talk/base/
macconversion.cc 74 SInt8 sint8; local
75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
76 if (converted) *i = static_cast<int>(sint8);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_config_macos.h 32 typedef SInt8 int8_t;
SDL_stdinc.h 98 typedef int8_t Sint8;
126 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiocvt.c 55 Sint8 *src, *dst;
57 src = (Sint8 *)cvt->buf;
58 dst = (Sint8 *)cvt->buf;
61 *dst = (Sint8)(sample / 2);
162 Sint8 *src, *dst;
164 src = (Sint8 *)cvt->buf;
165 dst = (Sint8 *)cvt->buf;
278 Sint8 *src, *dst;
280 src = (Sint8 *)cvt->buf;
281 dst = (Sint8 *)cvt->buf
    [all...]
SDL_mixer.c 151 Sint8 *dst8, *src8;
152 Sint8 src_sample;
157 src8 = (Sint8 *)src;
158 dst8 = (Sint8 *)dst;
SDL_wave.c 120 Sint8 nybble, stereo;
216 Sint8 index;
300 Sint8 nybble;
  /external/chromium_org/content/browser/geolocation/
osx_wifi.h 81 SInt8 name[32];
  /external/lldb/scripts/Python/interface/
SBData.i 278 __swig_getmethods__["sint8"] = _make_helper_sint8
279 if _newclass: sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like object out of which you can read sint8 values.''')
309 if _newclass: sint8s = property(_read_all_sint8, None, doc='''A read only property that returns an array with all the contents of this SBData represented as sint8 values.''')
  /external/lldb/tools/debugserver/source/
DNBRegisterInfo.cpp 91 case 1: snprintf(str, sizeof(str), "%d", value.sint8); break;
114 snprintf(str, sizeof(str), "%s", "sint8 { ");
DNBDefs.h 281 int8_t sint8; member in union:DNBRegisterValue::__anon29158
RNBRemote.cpp     [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 98 typedef int8_t Sint8;
126 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 98 typedef int8_t Sint8;
126 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 98 typedef int8_t Sint8;
126 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 144 * Characteristic value format type sint8
  /external/lldb/www/python_reference/
lldb.SBData-class.html     [all...]
api-objects.txt     [all...]
identifier-index-S.html     [all...]
  /external/lldb/docs/
lldb-gdb-remote.txt 330 vector-sint8
    [all...]
  /external/lldb/source/Core/
Scalar.cpp 112 // case 1: m_type = e_sint; m_data.sint = reg.value.sint8; break;
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 395 else if (value.compare("vector-sint8") == 0)
    [all...]

Completed in 6305 milliseconds