Searched refs:numPackStreams (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 447 CNum numPackStreams = numInStreams - numBindPairs; in GetNextFolderItem() local 448 folder.PackStreams.Reserve(numPackStreams); in GetNextFolderItem() 449 if (numPackStreams == 1) in GetNextFolderItem() 461 for (i = 0; i < numPackStreams; i++) in GetNextFolderItem() 501 CNum numPackStreams = ReadNum(); in ReadPackInfo() local 505 packSizes.Reserve(numPackStreams); in ReadPackInfo() 506 for (CNum i = 0; i < numPackStreams; i++) in ReadPackInfo() 517 ReadHashDigests(numPackStreams, packCRCsDefined, packCRCs); in ReadPackInfo() 524 BoolVector_Fill_False(packCRCsDefined, numPackStreams); in ReadPackInfo() 525 packCRCs.Reserve(numPackStreams); in ReadPackInfo() [all …]
|
/external/lzma/C/ |
D | 7zIn.c | 484 UInt32 *numPackStreams, in SzReadPackInfo() argument 492 RINOK(SzReadNumber32(sd, numPackStreams)); in SzReadPackInfo() 496 MY_ALLOC(UInt64, *packSizes, (size_t)*numPackStreams, alloc); in SzReadPackInfo() 498 for (i = 0; i < *numPackStreams; i++) in SzReadPackInfo() 511 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, alloc)); in SzReadPackInfo() 518 MY_ALLOC(Byte, *packCRCsDefined, (size_t)*numPackStreams, alloc); in SzReadPackInfo() 519 MY_ALLOC(UInt32, *packCRCs, (size_t)*numPackStreams, alloc); in SzReadPackInfo() 520 for (i = 0; i < *numPackStreams; i++) in SzReadPackInfo() 538 UInt32 numCoders, numBindPairs, numPackStreams, i; in SzGetNextFolderItem() local 626 folder->NumPackStreams = numPackStreams = numInStreams - numBindPairs; in SzGetNextFolderItem() [all …]
|
/external/chromium_org/third_party/lzma_sdk/ |
D | 7zIn.c | 484 UInt32 *numPackStreams, in SzReadPackInfo() argument 492 RINOK(SzReadNumber32(sd, numPackStreams)); in SzReadPackInfo() 496 MY_ALLOC(UInt64, *packSizes, (size_t)*numPackStreams, alloc); in SzReadPackInfo() 498 for (i = 0; i < *numPackStreams; i++) in SzReadPackInfo() 511 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, alloc)); in SzReadPackInfo() 518 MY_ALLOC(Byte, *packCRCsDefined, (size_t)*numPackStreams, alloc); in SzReadPackInfo() 519 MY_ALLOC(UInt32, *packCRCs, (size_t)*numPackStreams, alloc); in SzReadPackInfo() 520 for (i = 0; i < *numPackStreams; i++) in SzReadPackInfo() 538 UInt32 numCoders, numBindPairs, numPackStreams, i; in SzGetNextFolderItem() local 626 folder->NumPackStreams = numPackStreams = numInStreams - numBindPairs; in SzGetNextFolderItem() [all …]
|