Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp21 _bufsSizes[i] = 0; in CBaseCoder()
46 if (!_bufs[i] || size != _bufsSizes[i]) in Alloc()
53 _bufsSizes[i] = 0; in Alloc()
58 _bufsSizes[i] = size; in Alloc()
165 enc.lims[i] = _bufs[i] + _bufsSizes[i]; in CodeReal()
218 enc.lims[enc.state] = _bufs[enc.state] + _bufsSizes[enc.state]; in CodeReal()
235 UInt32 curSize = _bufsSizes[BCJ2_NUM_STREAMS]; in CodeReal()
480 UInt32 curSize = _bufsSizes[state] - total; in ReadInStream()
576 UInt32 rem = _bufsSizes[BCJ2_NUM_STREAMS]; in Z7_COM7F_IMF()
DBcj2Coder.h19 UInt32 _bufsSizes[BCJ2_NUM_STREAMS + 1]; variable