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

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

Completed in 145 milliseconds