Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp59 PhyPos(0), in CInFileStream()
140 if (alignedPos != PhyPos) in Read()
146 PhyPos = realNewPosition; in Read()
152 readSize = (UInt32)MyMin(File.Size - PhyPos, (UInt64)kClusterSize); in Read()
166 PhyPos += BufSize; in Read()
169 if (VirtPos != PhyPos) in Read()
175 PhyPos = VirtPos = realNewPosition; in Read()
187 PhyPos += realProcessedSize; in Read()
299 PhyPos = VirtPos = realNewPosition; in Seek()
H A DFileStreams.h74 UInt64 PhyPos; in Z7_class_final() local

Completed in 2 milliseconds