Home | History | Annotate | Download | only in LZ

Lines Matching full:_pos

68 			if (_pos == kMaxValForNormalize)

121 if (_pos + _matchMaxLen <= _streamPos)
125 lenLimit = _streamPos - _pos;
134 UInt32 matchMinPos = (_pos > _cyclicBufferSize) ? (_pos - _cyclicBufferSize) : 0;
135 UInt32 cur = _bufferOffset + _pos;
155 _hash[hash2Value] = _pos;
156 _hash[kHash3Offset + hash3Value] = _pos;
161 distances[offset++] = _pos - curMatch2 - 1;
169 distances[offset++] = _pos - curMatch3 - 1;
179 _hash[kFixHashSize + hashValue] = _pos;
195 distances[offset++] = _pos - curMatch - 1;
209 UInt32 delta = _pos - curMatch;
257 if (_pos + _matchMaxLen <= _streamPos)
261 lenLimit = _streamPos - _pos;
269 UInt32 matchMinPos = (_pos > _cyclicBufferSize) ? (_pos - _cyclicBufferSize) : 0;
270 UInt32 cur = _bufferOffset + _pos;
278 _hash[hash2Value] = _pos;
281 _hash[kHash3Offset + hash3Value] = _pos;
288 _hash[kFixHashSize + hashValue] = _pos;
305 UInt32 delta = _pos - curMatch;
359 UInt32 subValue = _pos - _cyclicBufferSize;