Home
last modified time | relevance | path

Searched refs:PhyPos (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFileStreams.cpp65 PhyPos(0), in CInFileStream()
134 if (alignedPos != PhyPos) in Read()
140 PhyPos = realNewPosition; in Read()
146 readSize = (UInt32)MyMin(File.Length - PhyPos, (UInt64)kClusterSize); in Read()
160 PhyPos += BufferSize; in Read()
163 if (VirtPos != PhyPos) in Read()
169 PhyPos = VirtPos = realNewPosition; in Read()
180 PhyPos += realProcessedSize; in Read()
273 PhyPos = VirtPos = realNewPosition; in Seek()
DFileStreams.h30 UInt64 PhyPos; variable