Home
last modified time | relevance | path

Searched refs:StartPos (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zOut.h71 UInt64 StartPos; member
123 CUInt64DefVector StartPos; member
154 StartPos.Clear(); in Clear()
176 StartPos.ReserveDown(); in ReserveDown()
200 StartPos.CheckSize(size) && in CheckNumFiles()
D7zIn.h105 CUInt64DefVector StartPos; member
136 StartPos.Clear(); in Clear()
D7zUpdate.cpp639 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()
D7zOut.cpp663 WriteUInt64DefVector(db.StartPos, NID::kStartPos); in WriteHeader()
896 StartPos.SetItem(index, file2.StartPosDefined, file2.StartPos); in AddFile()
D7zHandler.cpp587 …case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) PropVarEm_Set_UInt64(value, v… in GetProperty()
D7zIn.cpp1322 case NID::kStartPos: ReadUInt64DefVector(dataVector, db.StartPos, (unsigned)numFiles); break; in ReadHeader()
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp229 BasicBlock::iterator StartPos = StartInst->getIterator(); in FindDependencies() local
232 Worklist.push_back(std::make_pair(StartBB, StartPos)); in FindDependencies()
/external/llvm/lib/CodeGen/
DLiveInterval.cpp348 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/
DFileCheck.cpp1171 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/
DArgumentPromotion.cpp155 uint64_t StartPos = 0; in isDenselyPacked() local
160 if (StartPos != Layout->getElementOffsetInBits(i)) in isDenselyPacked()
162 StartPos += DL.getTypeAllocSizeInBits(ElTy); in isDenselyPacked()