Searched refs:NormalizeLinks (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZ/ |
H A D | BinTree.java | 344 void NormalizeLinks(int[] items, int numItems, int subValue)
in NormalizeLinks() method in BinTree 360 NormalizeLinks(_son, _cyclicBufferSize * 2, subValue);
in Normalize() 361 NormalizeLinks(_hash, _hashSizeSum, subValue);
in Normalize()
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | LzBinTree.cs | 344 void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue)
in NormalizeLinks() method in SevenZip.Compression.LZ.BinTree 360 NormalizeLinks(_son, _cyclicBufferSize * 2, subValue);
in Normalize() 361 NormalizeLinks(_hash, _hashSizeSum, subValue);
in Normalize()
|
Completed in 3 milliseconds