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

/external/webrtc/webrtc/base/
H A Dmacconversion.cc62 SInt16 sint16; local
63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
64 if (converted) *i = static_cast<int>(sint16);
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h282 int16_t sint16; member in union:DNBRegisterValue::__anon11821

Completed in 95 milliseconds