Home | History | Annotate | Download | only in LZ

Lines Matching full:_hash

14 	int[] _hash;

58 _hash[i] = kEmptyHashValue;
115 _hash = new int [_hashSizeSum = hs];
150 int curMatch = _hash[kFixHashSize + hashValue];
153 int curMatch2 = _hash[hash2Value];
154 int 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 int curMatch = _hash[kFixHashSize + hashValue];
288 _hash[kFixHashSize + hashValue] = _pos;
361 NormalizeLinks(_hash, _hashSizeSum, subValue);