Home
last modified time | relevance | path

Searched refs:hash2Value (Results 1 – 3 of 3) sorted by relevance

/external/xz-java/src/org/tukaani/xz/lz/
DHash234.java29 private int hash2Value = 0; field in Hash234
70 hash2Value = temp & HASH_2_MASK; in calcHashes()
80 return hash2Table[hash2Value]; in getHash2Pos()
92 hash2Table[hash2Value] = pos; in updateTables()
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java137 int hashValue, hash2Value = 0, hash3Value = 0; in GetMatches() local
142 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() local
278 _hash[hash2Value] = _pos; in Skip()
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs137 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()