Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp2094 UInt64 posInBuf = pos - bufPhyPos; in OpenStream2() local
2121 if (bytesInBuf < posInBuf) in OpenStream2()
2123 UInt64 skipSize = posInBuf - bytesInBuf; in OpenStream2()
2140 if (bytesInBuf - posInBuf < kAfterSize) in OpenStream2()
2142 size_t beg = (size_t)posInBuf - kBeforeSize; in OpenStream2()
2168 size_t availSize = bytesInBuf - (size_t)posInBuf; in OpenStream2()
2192 const Byte *buf = byteBuffer + (size_t)posInBuf; in OpenStream2()