Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp242 const UInt64 *packPositions = &folders.PackPositions[folders.FoStartPackStreamIndex[folderIndex]]; in Decode() local
443 packSizes[j] = packPositions[(unsigned)index + 1] - packPositions[(unsigned)index]; in Decode()
472 RINOK(inStream->Seek(startPos + packPositions[0], STREAM_SEEK_SET, &lockedInStreamSpec->Pos)); in Decode()
484 UInt64 packPos = startPos + packPositions[j]; in Decode()
518 streamSpec->Init(packPositions[j + 1] - packPositions[j]); in Decode()
/external/lzma/C/
D7zDec.c373 const UInt64 *packPositions, in SzFolder_Decode2() argument
423 offset = packPositions[si]; in SzFolder_Decode2()
424 inSize = packPositions[si + 1] - offset; in SzFolder_Decode2()
454 UInt64 offset = packPositions[1]; in SzFolder_Decode2()
455 UInt64 s3Size = packPositions[2] - offset; in SzFolder_Decode2()