Searched defs:kHash3Offset (Results 1 - 2 of 2) sorted by relevance

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

Completed in 187 milliseconds