Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java30 int kNumHashDirectBytes = 0; field in BinTree
39 kNumHashDirectBytes = 0; in SetType()
45 kNumHashDirectBytes = 2; in SetType()
185 len0 = len1 = kNumHashDirectBytes; in GetMatches()
187 if (kNumHashDirectBytes != 0) in GetMatches()
191 if (_bufferBase[_bufferOffset + curMatch + kNumHashDirectBytes] != in GetMatches()
192 _bufferBase[cur + kNumHashDirectBytes]) in GetMatches()
194 distances[offset++] = maxLen = kNumHashDirectBytes; in GetMatches()
294 len0 = len1 = kNumHashDirectBytes; in Skip()
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs30 UInt32 kNumHashDirectBytes = 0; field in SevenZip.Compression.LZ.BinTree
39 kNumHashDirectBytes = 0; in SetType()
45 kNumHashDirectBytes = 2; in SetType()
185 len0 = len1 = kNumHashDirectBytes; in GetMatches()
187 if (kNumHashDirectBytes != 0) in GetMatches()
191 if (_bufferBase[_bufferOffset + curMatch + kNumHashDirectBytes] != in GetMatches()
192 _bufferBase[cur + kNumHashDirectBytes]) in GetMatches()
194 distances[offset++] = maxLen = kNumHashDirectBytes; in GetMatches()
294 len0 = len1 = kNumHashDirectBytes; in Skip()