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

  /external/lldb/tools/debugserver/source/
DNBDefs.h 281 int8_t sint8; member in union:DNBRegisterValue::__anon14348
DNBRegisterInfo.cpp 91 case 1: snprintf(str, sizeof(str), "%d", value.sint8); break;
114 snprintf(str, sizeof(str), "%s", "sint8 { ");
  /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.''')

Completed in 187 milliseconds