Searched refs:hash2Value (Results 1 – 3 of 3) sorted by relevance
29 private int hash2Value = 0; field in Hash23470 hash2Value = temp & HASH_2_MASK; in calcHashes()80 return hash2Table[hash2Value]; in getHash2Pos()92 hash2Table[hash2Value] = pos; in updateTables()
137 int hashValue, hash2Value = 0, hash3Value = 0; in GetMatches() local142 hash2Value = temp & (kHash2Size - 1); in GetMatches()153 int curMatch2 = _hash[hash2Value]; in GetMatches()155 _hash[hash2Value] = _pos; in GetMatches()277 int hash2Value = temp & (kHash2Size - 1); in Skip() local278 _hash[hash2Value] = _pos; in Skip()
137 UInt32 hashValue, hash2Value = 0, hash3Value = 0; in GetMatches()142 hash2Value = temp & (kHash2Size - 1); in GetMatches()153 UInt32 curMatch2 = _hash[hash2Value]; in GetMatches()155 _hash[hash2Value] = _pos; in GetMatches()277 UInt32 hash2Value = temp & (kHash2Size - 1); in Skip()278 _hash[hash2Value] = _pos; in Skip()