HomeSort by relevance Sort by last modified time
    Searched refs:NewIndex (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
TypeLocBuilder.h 158 unsigned NewIndex = Index + NewCapacity - Capacity;
159 memcpy(&NewBuffer[NewIndex],
168 Index = NewIndex;
  /external/jhead/
jpgfile.c 997 int NewIndex;
998 NewIndex = 2;
1000 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first!
1005 if (SectionsRead < NewIndex){
1012 for (a=SectionsRead;a>NewIndex;a--){
1017 NewSection = Sections+NewIndex;
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp     [all...]

Completed in 87 milliseconds