Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dfile.cxx272 LONGLONG bufend = std::max((LONGLONG)(0), m_bufptr) + m_buflen; in getSize() local
273 return std::max(m_size, sal::static_int_cast< sal_uInt64 >(bufend)); in getSize()
/trunk/main/sal/osl/unx/
H A Dfile.cxx290 off_t const bufend = std::max((off_t)(0), m_bufptr) + m_buflen; in getSize() local
291 return std::max(m_size, sal::static_int_cast< sal_uInt64 >(bufend)); in getSize()
/trunk/main/sal/osl/os2/
H A Dfile.cxx353 LONGLONG bufend = std::max((LONGLONG)(0), m_bufptr) + m_buflen; in getSize() local
354 return std::max(m_size, sal::static_int_cast< sal_uInt64 >(bufend)); in getSize()

Completed in 36 milliseconds