Searched refs:_son (Results 1 – 2 of 2) sorted by relevance
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 …]