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

/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp756 uint32_t uDistance; local
760 uDistance = (pszStart - pszOff);
761 if (m_cbOffset + uDistance + pairLen + 1 >= m_cbSize)
794 uDistance = (pszStart - pszOff);
795 if ( !uDistance
799 uDistance++;
801 m_cbOffset += uDistance;

Completed in 45 milliseconds