Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DInBuffer.cpp17 NumExtraBytes(0) in CInBufferBase()
48 NumExtraBytes = 0; in Init()
80 NumExtraBytes++; in ReadByte_FromNewBlock()
92 NumExtraBytes++; in ReadByte_FromNewBlock()
DInBuffer.h37 UInt32 NumExtraBytes; variable
42 UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (_buf - _bufBase); } in GetProcessedSize()
58 NumExtraBytes = 0; in SetBuf()