Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DLimitedStreams.h194 size_t _cachePhyPos; variable
206 _cachePhyPos = cachePos; in SetCache()
DLimitedStreams.cpp277 UInt64 offsetInCache = newPos - _cachePhyPos; in Read()
279 if (newPos >= _cachePhyPos && in Read()