Home
last modified time | relevance | path

Searched refs:_hashSizeSum (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java18 int _hashSizeSum = 0; field in BinTree
57 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()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs18 UInt32 _hashSizeSum = 0; field in SevenZip.Compression.LZ.BinTree
57 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()

Completed in 2 milliseconds