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

/external/swiftshader/third_party/subzero/src/
H A DIceRangeSpec.cpp101 std::string::size_type StartPos = 0; local
104 DelimPos = Spec.find(Delimiter, StartPos);
105 Tokens.emplace_back(Spec.substr(StartPos, DelimPos - StartPos));
106 StartPos = DelimPos + 1;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h73 UInt64 StartPos; member in struct:NArchive::N7z::CFileItem2
125 CUInt64DefVector StartPos; member in struct:NArchive::N7z::CArchiveDatabaseOut
156 StartPos.Clear();
178 StartPos.ReserveDown();
202 StartPos.CheckSize(size) &&
H A D7zIn.h117 CUInt64DefVector StartPos; member in struct:NArchive::N7z::CDatabase
148 StartPos.Clear();
H A D7zOut.cpp672 WriteUInt64DefVector(db.StartPos, NID::kStartPos);
909 StartPos.SetItem(index, file2.StartPosDefined, file2.StartPos);
H A D7zUpdate.cpp1446 UInt64 StartPos; member in class:NArchive::N7z::CThreadDecoder
1486 StartPos,
1543 file2.StartPosDefined = inDb.StartPos.GetItem(index, file2.StartPos);
2088 threadDecoder.StartPos = db->ArcInfo.DataStartPosition; // db->GetFolderStreamPos(folderIndex, 0);
H A D7zHandler.cpp574 case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) PropVarEm_Set_UInt64(value, v); break; }
H A D7zIn.cpp1279 case NID::kStartPos: ReadUInt64DefVector(dataVector, db.StartPos, (unsigned)numFiles); break;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveInterval.cpp85 const_iterator StartPos) const {
89 const_iterator j = StartPos;
92 assert((StartPos->start <= i->start || StartPos == other.begin()) &&
93 StartPos != other.end() && "Bogus start position hint!");
99 ++StartPos;
100 if (StartPos != other.end() && StartPos->start <= i->start) {
101 assert(StartPos < other.end() && i < end());
/external/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp218 /// Walk up the CFG from StartPos (which is in StartBB) and find local and
229 BasicBlock::iterator StartPos = StartInst->getIterator(); local
232 Worklist.push_back(std::make_pair(StartBB, StartPos));
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp351 const_iterator StartPos) const {
355 const_iterator j = StartPos;
358 assert((StartPos->start <= i->start || StartPos == other.begin()) &&
359 StartPos != other.end() && "Bogus start position hint!");
365 ++StartPos;
366 if (StartPos != other.end() && StartPos->start <= i->start) {
367 assert(StartPos < other.end() && i < end());
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp1208 size_t StartPos = LastPos; local
1225 StringRef MatchBuffer = Buffer.substr(StartPos);
1234 MatchPos += StartPos;
1257 StartPos = LastPos;
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp186 uint64_t StartPos = 0; local
191 if (StartPos != Layout->getElementOffsetInBits(i))
193 StartPos += DL.getTypeAllocSizeInBits(ElTy);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp1822 /// FindDependencies - Walk up the CFG from StartPos (which is in StartBB) and
1832 BasicBlock::iterator StartPos = StartInst; local
1835 Worklist.push_back(std::make_pair(StartBB, StartPos));

Completed in 234 milliseconds