Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFileStreams.cpp37 PhyPos(0), in CInFileStream()
111 if (alignedPos != PhyPos) in Read()
117 PhyPos = realNewPosition; in Read()
123 readSize = (UInt32)MyMin(File.Size - PhyPos, (UInt64)kClusterSize); in Read()
137 PhyPos += BufSize; in Read()
140 if (VirtPos != PhyPos) in Read()
146 PhyPos = VirtPos = realNewPosition; in Read()
158 PhyPos += realProcessedSize; in Read()
271 PhyPos = VirtPos = realNewPosition; in Seek()
DFileStreams.h49 UInt64 PhyPos; variable