Searched refs:nChunkLeft (Results 1 – 1 of 1) sorted by relevance
99 sal_Int32 nChunkLeft = static_cast< sal_Int32 >( maChunk.size() - mnChunkPos ); in readMemory() local100 sal_Int32 nReadBytes = ::std::min( nBytes, nChunkLeft ); in readMemory()114 sal_Int32 nChunkLeft = static_cast< sal_Int32 >( maChunk.size() - mnChunkPos ); in skip() local115 sal_Int32 nSkipBytes = ::std::min( nBytes, nChunkLeft ); in skip()
Completed in 6 milliseconds