Lines Matching refs:numBonds
522 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()
747 for (i = 0; i < numBonds; i++) in ReadUnpackInfo()
762 numPackStreams = numInStreams - numBonds; in ReadUnpackInfo()