Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
DBinTree.java17 int _hashSizeSum = 0; field in BinTree
48 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()
/external/lzma/Java/SevenZip/Compression/LZ/
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()
/external/lzma/CS/7zip/Compress/LZ/
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()