Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp53 UInt32 numBytesPrev = 0; in ReadDataString() local
60 UInt32 numReadBytes = kBufferSize - numBytesPrev; in ReadDataString()
62 if (!inFile.Read(buffer + numBytesPrev, numReadBytes, processedSize)) in ReadDataString()
66 UInt32 numBytesInBuffer = numBytesPrev + processedSize; in ReadDataString()
95 numBytesPrev = numBytesInBuffer - pos; in ReadDataString()
97 memmove(buffer, buffer + pos, numBytesPrev); in ReadDataString()