Home
last modified time | relevance | path

Searched defs:DecodeWithMatchByte (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs78 public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, byte matchByte) in DecodeWithMatchByte() method
131 …public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte, byte mat… in DecodeWithMatchByte() method in SevenZip.Compression.LZMA.Decoder.LiteralDecoder
/external/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java71 …public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchBy… in DecodeWithMatchByte() method in Decoder.LiteralDecoder.Decoder2