Home
last modified time | relevance | path

Searched refs:NewIndex (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DTypeLocBuilder.h158 unsigned NewIndex = Index + NewCapacity - Capacity; in grow() local
159 memcpy(&NewBuffer[NewIndex], in grow()
168 Index = NewIndex; in grow()
/external/jhead/
Djpgfile.c997 int NewIndex; in CreateSection() local
998 NewIndex = 2; in CreateSection()
1000 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first! in CreateSection()
1005 if (SectionsRead < NewIndex){ in CreateSection()
1012 for (a=SectionsRead;a>NewIndex;a--){ in CreateSection()
1017 NewSection = Sections+NewIndex; in CreateSection()
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp1422 SlotIndex NewIndex = MI->isInsideBundle() ? in handleMove() local
1430 HMEditor HME(*this, *MRI, *TRI, NewIndex); in handleMove()
1436 SlotIndex NewIndex = Indexes->getInstructionIndex(BundleStart); in handleMoveIntoBundle() local
1437 HMEditor HME(*this, *MRI, *TRI, NewIndex); in handleMoveIntoBundle()