HomeSort by relevance Sort by last modified time
    Searched refs:StartPos (Results 1 - 8 of 8) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 173 UInt64 StartPos;
193 CUInt64DefVector StartPos;
207 StartPos.Clear();
222 StartPos.ReserveDown();
243 StartPos.CheckSize(size) &&
7zOut.cpp 712 WriteUInt64DefVector(db.StartPos, NID::kStartPos);
851 file2.StartPosDefined = StartPos.GetItem(index, file2.StartPos);
861 StartPos.SetItem(index, file2.StartPosDefined, file2.StartPos);
7zUpdate.cpp 578 UInt64 StartPos;
617 StartPos,
954 threadDecoder.StartPos = db->GetFolderStreamPos(folderIndex, 0);
7zHandler.cpp 248 case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) prop = v; break; }
7zIn.cpp 1003 case NID::kStartPos: ReadUInt64DefVector(dataVector, db.StartPos, (int)numFiles); break;
1072 CNum startPos = 0;
1075 FolderStartPackStreamIndex.Add(startPos);
1076 startPos += (CNum)Folders[i].PackStreams.Size();
1084 UInt64 startPos = 0;
1087 PackStreamStartPositions.Add(startPos);
1088 startPos += PackSizes[i];
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.cpp 218 /// Walk up the CFG from StartPos (which is in StartBB) and find local and
229 BasicBlock::iterator StartPos = StartInst;
232 Worklist.push_back(std::make_pair(StartBB, StartPos));
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 349 const_iterator StartPos) const {
353 const_iterator j = StartPos;
356 assert((StartPos->start <= i->start || StartPos == other.begin()) &&
357 StartPos != other.end() && "Bogus start position hint!");
363 ++StartPos;
364 if (StartPos != other.end() && StartPos->start <= i->start) {
365 assert(StartPos < other.end() && i < end());
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 149 uint64_t StartPos = 0;
154 if (StartPos != Layout->getElementOffsetInBits(i))
156 StartPos += DL.getTypeAllocSizeInBits(ElTy);
    [all...]

Completed in 905 milliseconds