Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java13 int[] _son; field in BinTree
95 _son = new int[(_cyclicBufferSize = cyclicBufferSize) * 2]; in Create()
206 _son[ptr0] = _son[ptr1] = kEmptyHashValue; in GetMatches()
227 _son[ptr1] = _son[cyclicPos]; in GetMatches()
228 _son[ptr0] = _son[cyclicPos + 1]; in GetMatches()
235 _son[ptr1] = curMatch; in GetMatches()
237 curMatch = _son[ptr1]; in GetMatches()
242 _son[ptr0] = curMatch; in GetMatches()
244 curMatch = _son[ptr0]; in GetMatches()
301 _son[ptr0] = _son[ptr1] = kEmptyHashValue; in Skip()
[all …]
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs13 UInt32[] _son; field in SevenZip.Compression.LZ.BinTree
95 _son = new UInt32[(_cyclicBufferSize = cyclicBufferSize) * 2]; in Create()
206 _son[ptr0] = _son[ptr1] = kEmptyHashValue; in GetMatches()
227 _son[ptr1] = _son[cyclicPos]; in GetMatches()
228 _son[ptr0] = _son[cyclicPos + 1]; in GetMatches()
235 _son[ptr1] = curMatch; in GetMatches()
237 curMatch = _son[ptr1]; in GetMatches()
242 _son[ptr0] = curMatch; in GetMatches()
244 curMatch = _son[ptr0]; in GetMatches()
301 _son[ptr0] = _son[ptr1] = kEmptyHashValue; in Skip()
[all …]