Home
last modified time | relevance | path

Searched refs:shortvalue (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dmacconversion.cc95 short shortvalue; in p_convertCFNumberToInt() local
97 static_cast<void*>(&shortvalue)); in p_convertCFNumberToInt()
98 if (converted) *i = static_cast<int>(shortvalue); in p_convertCFNumberToInt()