Searched defs:sint32 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dmacconversion.cc67 SInt32 sint32; local
68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
69 if (converted) *i = static_cast<int>(sint32);
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h283 int32_t sint32; member in union:DNBRegisterValue::__anon25388

Completed in 152 milliseconds