Home
last modified time | relevance | path

Searched refs:TrainSize (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CS/7zip/Compress/LZ/
DLzOutWindow.cs13 public uint TrainSize = 0; field in SevenZip.Compression.LZ.OutWindow
35 TrainSize = 0; in Init()
43 TrainSize = size; in Train()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs333 if (rep0 >= m_OutWindow.TrainSize + nowPos64 || rep0 >= m_DictionarySizeCheck) in Code()