Home
last modified time | relevance | path

Searched refs:OutWindow (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp321 COutWindow OutWindow; member in CLzmaDecoder
350 OutWindow.Create(dictSize); in Create()
375 if (!OutWindow.IsEmpty()) in DecodeLiteral()
376 prevByte = OutWindow.GetByte(1); in DecodeLiteral()
379 unsigned litState = ((OutWindow.TotalPos & ((1 << lp) - 1)) << lc) + (prevByte >> (8 - lc)); in DecodeLiteral()
384 unsigned matchByte = OutWindow.GetByte(rep0 + 1); in DecodeLiteral()
398 OutWindow.PutByte((Byte)(symbol - 0x100)); in DecodeLiteral()
483 unsigned posState = OutWindow.TotalPos & ((1 << pb) - 1); in Decode()
501 if (OutWindow.IsEmpty()) in Decode()
508 OutWindow in Decode()
[all...]
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java5 import SevenZip.Compression.LZ.OutWindow;
123 OutWindow m_OutWindow = new OutWindow();
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java1 // LZ.OutWindow
7 public class OutWindow class
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs5 public class OutWindow class
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs135 LZ.OutWindow m_OutWindow = new LZ.OutWindow();

Completed in 4 milliseconds