Home
last modified time | relevance | path

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

/external/lzma/C/
D7zArcIn.c522 UInt32 numBonds, numPackStreams; in SzGetNextFolderItem() local
524 numBonds = numCoders - 1; in SzGetNextFolderItem()
525 if (numInStreams < numBonds) in SzGetNextFolderItem()
527 if (numBonds > SZ_NUM_BONDS_IN_FOLDER_MAX) in SzGetNextFolderItem()
529 f->NumBonds = numBonds; in SzGetNextFolderItem()
531 numPackStreams = numInStreams - numBonds; in SzGetNextFolderItem()
539 if (numBonds != 0) in SzGetNextFolderItem()
546 for (i = 0; i < numBonds; i++) in SzGetNextFolderItem()
735 UInt32 numBonds = numCoders - 1; in ReadUnpackInfo() local
736 if (numInStreams < numBonds) in ReadUnpackInfo()
[all …]
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp406 UInt32 numBonds = numCoders - 1; in ParseFolder() local
407 folder.Bonds.SetSize(numBonds); in ParseFolder()
408 for (i = 0; i < numBonds; i++) in ParseFolder()
415 if (numInStreams < numBonds) in ParseFolder()
417 UInt32 numPackStreams = numInStreams - numBonds; in ParseFolder()
721 CNum numBonds = numCoders - 1; in ReadUnpackInfo() local
722 if (numInStreams < numBonds) in ReadUnpackInfo()
728 for (i = 0; i < numBonds; i++) in ReadUnpackInfo()
741 numPackStreams = numInStreams - numBonds; in ReadUnpackInfo()