Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp87 void PutByte(Byte b) in PutByte() function in COutWindow
107 PutByte(GetByte(dist)); in CopyMatch()
398 OutWindow.PutByte((Byte)(symbol - 0x100)); in DecodeLiteral()
508 OutWindow.PutByte(OutWindow.GetByte(rep0 + 1)); in Decode()
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java71 public void PutByte(byte b) throws IOException in PutByte() method in OutWindow
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs247 m_OutWindow.PutByte(b); in Code()
265 m_OutWindow.PutByte(b); in Code()
279 m_OutWindow.PutByte(m_OutWindow.GetByte(rep0)); in Code()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs95 public void PutByte(byte b) in PutByte() method in SevenZip.Compression.LZ.OutWindow
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java223 m_OutWindow.PutByte(prevByte); in Code()

Completed in 5 milliseconds