Searched defs:startPosSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A D7zIn.c182 UInt64 startPosSize = 0; local
197 p->PackStreamStartPositions[i] = startPosSize;
198 startPosSize += p->db.PackSizes[i];
/external/lzma/C/
H A D7zIn.c182 UInt64 startPosSize = 0; local
197 p->PackStreamStartPositions[i] = startPosSize;
198 startPosSize += p->db.PackSizes[i];

Completed in 166 milliseconds