Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DLimitedStreams.h195 size_t _cachePhyPos; variable
207 _cachePhyPos = cachePos; in SetCache()
DLimitedStreams.cpp292 UInt64 offsetInCache = newPos - _cachePhyPos; in Read()
294 if (newPos >= _cachePhyPos && in Read()