Searched refs:StartPos (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.h | 71 UInt64 StartPos; member 123 CUInt64DefVector StartPos; member 154 StartPos.Clear(); in Clear() 176 StartPos.ReserveDown(); in ReserveDown() 200 StartPos.CheckSize(size) && in CheckNumFiles()
|
D | 7zIn.h | 105 CUInt64DefVector StartPos; member 136 StartPos.Clear(); in Clear()
|
D | 7zUpdate.cpp | 639 UInt64 StartPos; member in NArchive::N7z::CThreadDecoder 681 StartPos, in Execute() 744 file2.StartPosDefined = inDb.StartPos.GetItem(index, file2.StartPos); in GetFile() 1125 … threadDecoder.StartPos = db->ArcInfo.DataStartPosition; // db->GetFolderStreamPos(folderIndex, 0); in Update()
|
D | 7zOut.cpp | 663 WriteUInt64DefVector(db.StartPos, NID::kStartPos); in WriteHeader() 896 StartPos.SetItem(index, file2.StartPosDefined, file2.StartPos); in AddFile()
|
D | 7zHandler.cpp | 587 …case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) PropVarEm_Set_UInt64(value, v… in GetProperty()
|
D | 7zIn.cpp | 1322 case NID::kStartPos: ReadUInt64DefVector(dataVector, db.StartPos, (unsigned)numFiles); break; in ReadHeader()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 229 BasicBlock::iterator StartPos = StartInst->getIterator(); in FindDependencies() local 232 Worklist.push_back(std::make_pair(StartBB, StartPos)); in FindDependencies()
|
/external/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 348 const_iterator StartPos) const { in overlapsFrom() 352 const_iterator j = StartPos; in overlapsFrom() 355 assert((StartPos->start <= i->start || StartPos == other.begin()) && in overlapsFrom() 356 StartPos != other.end() && "Bogus start position hint!"); in overlapsFrom() 362 ++StartPos; in overlapsFrom() 363 if (StartPos != other.end() && StartPos->start <= i->start) { in overlapsFrom() 364 assert(StartPos < other.end() && i < end()); in overlapsFrom()
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 1171 size_t StartPos = LastPos; in CheckDag() local 1188 StringRef MatchBuffer = Buffer.substr(StartPos); in CheckDag() 1197 MatchPos += StartPos; in CheckDag() 1220 StartPos = LastPos; in CheckDag()
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 155 uint64_t StartPos = 0; in isDenselyPacked() local 160 if (StartPos != Layout->getElementOffsetInBits(i)) in isDenselyPacked() 162 StartPos += DL.getTypeAllocSizeInBits(ElTy); in isDenselyPacked()
|