Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2380 unsigned startPackIndex = newDatabase.PackSizes.Size(); in Update() local
2554 for (; startPackIndex < newDatabase.PackSizes.Size(); startPackIndex++) in Update()
2555 lps->OutSize += newDatabase.PackSizes[startPackIndex]; in Update()
2696 unsigned startPackIndex = newDatabase.PackSizes.Size(); in Update() local
2726 // const UInt32 numStreams = newDatabase.PackSizes.Size() - startPackIndex; in Update()
2727 for (; startPackIndex < newDatabase.PackSizes.Size(); startPackIndex++) in Update()
2728 packSize += newDatabase.PackSizes[startPackIndex]; in Update()

Completed in 5 milliseconds