Searched defs:sint8 (Results 1 - 2 of 2) 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

Completed in 480 milliseconds