HomeSort by relevance Sort by last modified time
    Searched refs:kHash3Offset (Results 1 - 2 of 2) sorted by null

  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 26 static final int kHash3Offset = kHash2Size;
154 int curMatch3 = _hash[kHash3Offset + hash3Value];
156 _hash[kHash3Offset + hash3Value] = _pos;
281 _hash[kHash3Offset + hash3Value] = _pos;
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 26 const UInt32 kHash3Offset = kHash2Size;
154 UInt32 curMatch3 = _hash[kHash3Offset + hash3Value];
156 _hash[kHash3Offset + hash3Value] = _pos;
281 _hash[kHash3Offset + hash3Value] = _pos;

Completed in 56 milliseconds