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.cpp422 UInt32 numBonds = numCoders - 1; in ParseFolder() local
423 folder.Bonds.SetSize(numBonds); in ParseFolder()
424 for (i = 0; i < numBonds; i++) in ParseFolder()
431 if (numInStreams < numBonds) in ParseFolder()
433 UInt32 numPackStreams = numInStreams - numBonds; in ParseFolder()
746 CNum numBonds = numCoders - 1; in ReadUnpackInfo() local
747 if (numInStreams < numBonds) in ReadUnpackInfo()
753 for (i = 0; i < numBonds; i++) in ReadUnpackInfo()
766 numPackStreams = numInStreams - numBonds; in ReadUnpackInfo()