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

/external/chromium_org/third_party/webrtc/base/
H A Dmacconversion.cc72 SInt64 sint64; local
73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
74 if (converted) *i = static_cast<int>(sint64);
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h284 int64_t sint64; member in union:DNBRegisterValue::__anon25388

Completed in 1083 milliseconds