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

/external/chromium_org/third_party/webrtc/base/
H A Dmacconversion.cc57 SInt8 sint8; local
58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
59 if (converted) *i = static_cast<int>(sint8);
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h281 int8_t sint8; member in union:DNBRegisterValue::__anon25388
H A DDNBRegisterInfo.cpp91 case 1: snprintf(str, sizeof(str), "%d", value.sint8); break;
114 snprintf(str, sizeof(str), "%s", "sint8 { ");
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h126 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
/external/lldb/scripts/Python/interface/
H A DSBData.i278 __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.''')

Completed in 1291 milliseconds