Lines Matching refs:nBytes
146 sal_uInt32 nBytes, in readAt() argument
156 if (!nBytes) in readAt()
166 if ((nOffset + nBytes) > nDataLen) in readAt()
167 nBytes = nDataLen - nOffset; in readAt()
172 while ((0 < nBytes) && (nOffset < nDataLen)) in readAt()
183 nLength = SAL_MIN(nLength, nBytes); in readAt()
193 nBytes -= nLength; in readAt()
202 nLength = SAL_MIN(nLength, nBytes); in readAt()
227 nBytes -= nLength; in readAt()
241 sal_uInt32 nBytes, in writeAt() argument
253 if (!nBytes) in writeAt()
264 while (nBytes > 0) in writeAt()
275 nLength = SAL_MIN(nLength, nBytes); in writeAt()
287 nBytes -= nLength; in writeAt()
302 if ((aDescr.m_nOffset > 0) || (nBytes < nLength)) in writeAt()
328 nLength = SAL_MIN(nLength, nBytes); in writeAt()
341 nBytes -= nLength; in writeAt()