Searched refs:bufend (Results 1 – 3 of 3) sorted by relevance
272 LONGLONG bufend = std::max((LONGLONG)(0), m_bufptr) + m_buflen; in getSize() local273 return std::max(m_size, sal::static_int_cast< sal_uInt64 >(bufend)); in getSize()
290 off_t const bufend = std::max((off_t)(0), m_bufptr) + m_buflen; in getSize() local291 return std::max(m_size, sal::static_int_cast< sal_uInt64 >(bufend)); in getSize()
353 LONGLONG bufend = std::max((LONGLONG)(0), m_bufptr) + m_buflen; in getSize() local354 return std::max(m_size, sal::static_int_cast< sal_uInt64 >(bufend)); in getSize()
Completed in 34 milliseconds