Lines Matching refs:max
53 #ifdef max /* conflict w/ std::numeric_limits<T>::max() */
54 #undef max
272 LONGLONG bufend = std::max((LONGLONG)(0), m_bufptr) + m_buflen; in getSize()
273 return std::max(m_size, sal::static_int_cast< sal_uInt64 >(bufend)); in getSize()
351 m_size = std::max(m_size, sal::static_int_cast< sal_uInt64 >(m_offset)); in writeAt()
363 static sal_uInt64 const g_limit_dword = std::numeric_limits< DWORD >::max(); in readFileAt()
437 static sal_uInt64 const g_limit_dword = std::numeric_limits< DWORD >::max(); in writeFileAt()
497 m_buflen = std::max(m_buflen, bufpos + bytes); in writeFileAt()
820 static SIZE_T const nLimit = std::numeric_limits< SIZE_T >::max(); in osl_mapFile()
966 static sal_uInt64 const g_limit_longlong = std::numeric_limits< LONGLONG >::max(); in osl_readFileAt()
992 static sal_uInt64 const g_limit_longlong = std::numeric_limits< LONGLONG >::max(); in osl_writeFileAt()
1037 static sal_Int64 const g_limit_longlong = std::numeric_limits< LONGLONG >::max(); in osl_setFilePos()
1098 static sal_uInt64 const g_limit_longlong = std::numeric_limits< LONGLONG >::max(); in osl_setFileSize()