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

  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 30 int kNumHashDirectBytes = 0;
39 kNumHashDirectBytes = 0;
45 kNumHashDirectBytes = 2;
185 len0 = len1 = kNumHashDirectBytes;
187 if (kNumHashDirectBytes != 0)
191 if (_bufferBase[_bufferOffset + curMatch + kNumHashDirectBytes] !=
192 _bufferBase[cur + kNumHashDirectBytes])
194 distances[offset++] = maxLen = kNumHashDirectBytes;
294 len0 = len1 = kNumHashDirectBytes;
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 30 UInt32 kNumHashDirectBytes = 0;
39 kNumHashDirectBytes = 0;
45 kNumHashDirectBytes = 2;
185 len0 = len1 = kNumHashDirectBytes;
187 if (kNumHashDirectBytes != 0)
191 if (_bufferBase[_bufferOffset + curMatch + kNumHashDirectBytes] !=
192 _bufferBase[cur + kNumHashDirectBytes])
194 distances[offset++] = maxLen = kNumHashDirectBytes;
294 len0 = len1 = kNumHashDirectBytes;

Completed in 33 milliseconds