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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacconversion.cc79 SInt16 sint16; local
80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
81 if (converted) *i = static_cast<int>(sint16);

Completed in 55 milliseconds