Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
DBinTree.java12 int[] _son; field in BinTree
71 …if (_cyclicBufferSize != cyclicBufferSize) _son = new int[(_cyclicBufferSize = cyclicBufferSize) *… in Create()
162 _son[ptr0] = _son[ptr1] = kEmptyHashValue; in GetMatches()
178 _son[ptr1] = _son[cyclicPos]; in GetMatches()
179 _son[ptr0] = _son[cyclicPos + 1]; in GetMatches()
185 _son[ptr1] = curMatch; in GetMatches()
187 curMatch = _son[ptr1]; in GetMatches()
190 _son[ptr0] = curMatch; in GetMatches()
192 curMatch = _son[ptr0]; in GetMatches()
241 _son[ptr0] = _son[ptr1] = kEmptyHashValue; in Skip()
[all …]
/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 …]