Home
last modified time | relevance | path

Searched refs:kHash3Offset (Results 1 – 2 of 2) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java26 static final int kHash3Offset = kHash2Size; field in BinTree
154 int curMatch3 = _hash[kHash3Offset + hash3Value]; in GetMatches()
156 _hash[kHash3Offset + hash3Value] = _pos; in GetMatches()
281 _hash[kHash3Offset + hash3Value] = _pos; in Skip()
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs26 const UInt32 kHash3Offset = kHash2Size; field in SevenZip.Compression.LZ.BinTree
154 UInt32 curMatch3 = _hash[kHash3Offset + hash3Value]; in GetMatches()
156 _hash[kHash3Offset + hash3Value] = _pos; in GetMatches()
281 _hash[kHash3Offset + hash3Value] = _pos; in Skip()