Searched refs:_son (Results 1 – 3 of 3) sorted by relevance
12 int[] _son; field in BinTree71 …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 …]
13 int[] _son; field in BinTree95 _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 …]
13 UInt32[] _son; field in SevenZip.Compression.LZ.BinTree95 _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 …]