Home | History | Annotate | Download | only in LZ

Lines Matching full:_hash

14 		UInt32[] _hash;

58 _hash[i] = kEmptyHashValue;
115 _hash = new UInt32[_hashSizeSum = hs];
150 UInt32 curMatch = _hash[kFixHashSize + hashValue];
153 UInt32 curMatch2 = _hash[hash2Value];
154 UInt32 curMatch3 = _hash[kHash3Offset + hash3Value];
155 _hash[hash2Value] = _pos;
156 _hash[kHash3Offset + hash3Value] = _pos;
179 _hash[kFixHashSize + hashValue] = _pos;
278 _hash[hash2Value] = _pos;
281 _hash[kHash3Offset + hash3Value] = _pos;
287 UInt32 curMatch = _hash[kFixHashSize + hashValue];
288 _hash[kFixHashSize + hashValue] = _pos;
361 NormalizeLinks(_hash, _hashSizeSum, subValue);