Searched refs:sint16 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dmacconversion.cc62 SInt16 sint16; local
63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
64 if (converted) *i = static_cast<int>(sint16);
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h282 int16_t sint16; member in union:DNBRegisterValue::__anon25388
H A DDNBRegisterInfo.cpp92 case 2: snprintf(str, sizeof(str), "%d", value.sint16); break;
139 snprintf(str, sizeof(str), "%s", "sint16 { ");
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h128 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
/external/lldb/scripts/Python/interface/
H A DSBData.i281 __swig_getmethods__["sint16"] = _make_helper_sint16
282 if _newclass: sint16 = property(_make_helper_sint16, None, doc='''A read only property that returns an array-like object out of which you can read sint16 values.''')
312 if _newclass: sint16s = property(_read_all_sint16, None, doc='''A read only property that returns an array with all the contents of this SBData represented as sint16 values.''')

Completed in 698 milliseconds