Searched refs:_hashSizeSum (Results 1 – 3 of 3) sorted by relevance
17 int _hashSizeSum = 0; field in BinTree48 for (int i = 0; i < _hashSizeSum; i++) in Init()88 if (hs != _hashSizeSum) _hash = new int[_hashSizeSum = hs]; in Create()290 NormalizeLinks(_hash, _hashSizeSum, subValue); in Normalize()
18 int _hashSizeSum = 0; field in BinTree57 for (int i = 0; i < _hashSizeSum; i++) in Init()114 if (hs != _hashSizeSum) in Create()115 _hash = new int [_hashSizeSum = hs]; in Create()361 NormalizeLinks(_hash, _hashSizeSum, subValue); in Normalize()
18 UInt32 _hashSizeSum = 0; field in SevenZip.Compression.LZ.BinTree57 for (UInt32 i = 0; i < _hashSizeSum; i++) in Init()114 if (hs != _hashSizeSum) in Create()115 _hash = new UInt32[_hashSizeSum = hs]; in Create()361 NormalizeLinks(_hash, _hashSizeSum, subValue); in Normalize()