Lines Matching refs:static_int_cast

256 	return sal::static_int_cast< SIZE_T >(info.dwPageSize);  in getpagesize()
261 return sal::static_int_cast< sal_uInt64 >(m_filepos); in getPos()
266 m_filepos = sal::static_int_cast< LONGLONG >(uPos); in setPos()
273 return std::max(m_size, sal::static_int_cast< sal_uInt64 >(bufend)); in getSize()
278 LARGE_INTEGER nDstPos; nDstPos.QuadPart = sal::static_int_cast< LONGLONG >(uSize); in setSize()
351 m_size = std::max(m_size, sal::static_int_cast< sal_uInt64 >(m_offset)); in writeAt()
366 DWORD nBytesRequested = sal::static_int_cast< DWORD >(uBytesRequested); in readFileAt()
406 nBytesRequested -= sal::static_int_cast< DWORD >(uDone), *pBytesRead += uDone; in readFileAt()
415 m_bufptr = bufptr, m_buflen = sal::static_int_cast< SIZE_T >(uDone); in readFileAt()
440 DWORD nBytesToWrite = sal::static_int_cast< DWORD >(uBytesToWrite); in writeFileAt()
481 nBytesToWrite -= sal::static_int_cast< DWORD >(uDone), *pBytesWritten += uDone; in writeFileAt()
490 m_bufptr = bufptr, m_buflen = sal::static_int_cast< SIZE_T >(uDone); in writeFileAt()
525 m_bufptr = bufptr, m_buflen = sal::static_int_cast< SIZE_T >(uDone); in readLineAt()
532 SIZE_T bufpos = sal::static_int_cast< SIZE_T >(nOffset - m_bufptr), curpos = bufpos, dstpos = 0; in readLineAt()
558 m_bufptr = bufptr, m_buflen = sal::static_int_cast< SIZE_T >(uDone); in readLineAt()
561 bufpos = sal::static_int_cast< SIZE_T >(nOffset - m_bufptr), curpos = bufpos; in readLineAt()
690 pImpl->m_size = (sal::static_int_cast<sal_uInt64>(uSize.HighPart) << 32) + uSize.LowPart; in osl_createFileHandleFromOSHandle()
823 SIZE_T const nLength = sal::static_int_cast< SIZE_T >(uLength); in osl_mapFile()
836 DWORD const dwOffsetHi = sal::static_int_cast<DWORD>(uOffset >> 32); in osl_mapFile()
837 DWORD const dwOffsetLo = sal::static_int_cast<DWORD>(uOffset & 0xFFFFFFFF); in osl_mapFile()
969 LONGLONG const nOffset = sal::static_int_cast< LONGLONG >(uOffset); in osl_readFileAt()
995 LONGLONG const nOffset = sal::static_int_cast< LONGLONG >(uOffset); in osl_writeFileAt()
1040 LONGLONG nPos = 0, nOffset = sal::static_int_cast< LONGLONG >(uOffset); in osl_setFilePos()
1051 nPos = sal::static_int_cast< LONGLONG >(pImpl->getPos()); in osl_setFilePos()
1059 nPos = sal::static_int_cast< LONGLONG >(pImpl->getSize()); in osl_setFilePos()