Home | History | Annotate | Download | only in LZ

Lines Matching full:hashvalue

137 			UInt32 hashValue, hash2Value = 0, hash3Value = 0;

145 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
148 hashValue = _bufferBase[cur] ^ ((UInt32)(_bufferBase[cur + 1]) << 8);
150 UInt32 curMatch = _hash[kFixHashSize + hashValue];
179 _hash[kFixHashSize + hashValue] = _pos;
272 UInt32 hashValue;
282 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
285 hashValue = _bufferBase[cur] ^ ((UInt32)(_bufferBase[cur + 1]) << 8);
287 UInt32 curMatch = _hash[kFixHashSize + hashValue];
288 _hash[kFixHashSize + hashValue] = _pos;