Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp106 const UInt64 *packPositions = &folders.PackPositions[folders.FoStartPackStreamIndex[folderIndex]]; in Decode() local
131 lockedStreamImpSpec->Init(&lockedInStream, startPos + packPositions[j]); in Decode()
135 streamSpec->Init(packPositions[j + 1] - packPositions[j]); in Decode()
313 packSizes[j] = packPositions[index + 1] - packPositions[index]; in Decode()
/external/lzma/C/
D7zDec.c332 const UInt64 *packPositions, in SzFolder_Decode2() argument
382 offset = packPositions[si]; in SzFolder_Decode2()
383 inSize = packPositions[si + 1] - offset; in SzFolder_Decode2()
411 UInt64 offset = packPositions[1]; in SzFolder_Decode2()
412 UInt64 s3Size = packPositions[2] - offset; in SzFolder_Decode2()