Home
last modified time | relevance | path

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

/external/lzma/C/
D7zArcIn.c717 UInt32 coderInStreams, coderOutStreams; in ReadUnpackInfo() local
730 coderOutStreams = 1; in ReadUnpackInfo()
734 RINOK(SzReadNumber32(&sd, &coderOutStreams)); in ReadUnpackInfo()
736 coderOutStreams > NUM_CODER_STREAMS_MAX) in ReadUnpackInfo()
740 numOutStreams += coderOutStreams; in ReadUnpackInfo()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp729 CNum coderOutStreams = 1; in ReadUnpackInfo() local
733 coderOutStreams = inByte->ReadNum(); in ReadUnpackInfo()
738 numOutStreams += coderOutStreams; in ReadUnpackInfo()
739 if (numOutStreams < coderOutStreams) in ReadUnpackInfo()