Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DLimitedStreams.cpp175 UInt64 phyPos = extent.Phy + (_virtPos - extent.Virt); in Read() local
176 if (_needStartSeek || _phyPos != phyPos) in Read()
179 _phyPos = phyPos; in Read()