Lines Matching defs:_buf
19 Byte *_buf;
44 UInt64 GetStreamSize() const { return _processedSize + (size_t)(_buf - _bufBase); }
49 UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (size_t)(_buf - _bufBase); }
60 _buf = buf + pos;
74 if (_buf >= _bufLim)
76 b = *_buf++;
83 if (_buf >= _bufLim)
85 b = *_buf++;
92 if (_buf >= _bufLim)
94 return *_buf++;