Searched refs:NewIndex (Results 1 – 3 of 3) sorted by relevance
158 unsigned NewIndex = Index + NewCapacity - Capacity; in grow() local159 memcpy(&NewBuffer[NewIndex], in grow()168 Index = NewIndex; in grow()
997 int NewIndex; in CreateSection() local998 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()
1422 SlotIndex NewIndex = MI->isInsideBundle() ? in handleMove() local1430 HMEditor HME(*this, *MRI, *TRI, NewIndex); in handleMove()1436 SlotIndex NewIndex = Indexes->getInstructionIndex(BundleStart); in handleMoveIntoBundle() local1437 HMEditor HME(*this, *MRI, *TRI, NewIndex); in handleMoveIntoBundle()