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

  /external/chromium_org/third_party/codesighs/
msdump2symdb.c 675 unsigned objectLoop = 0;
679 for(objectLoop = 0; objectLoop < inContainer->mObjectCount; objectLoop++)
681 for(sectionLoop = 0; sectionLoop < inContainer->mObjects[objectLoop].mSectionCount; sectionLoop++)
683 for(symbolLoop = 0; symbolLoop < inContainer->mObjects[objectLoop].mSections[sectionLoop].mSymbolCount; symbolLoop++)
685 CLEANUP(inContainer->mObjects[objectLoop].mSections[sectionLoop].mSymbols[symbolLoop].mName);
687 inContainer->mObjects[objectLoop].mSections[sectionLoop].mSymbolCount = 0;
688 CLEANUP(inContainer->mObjects[objectLoop].mSections[sectionLoop].mSymbols);
689 CLEANUP(inContainer->mObjects[objectLoop].mSections[sectionLoop].mType)
    [all...]
maptsvdifftool.c 367 unsigned objectLoop = 0;
715 for(objectLoop = 0; objectLoop < theSegment->mObjectCount; objectLoop++)
717 theObject = theSegment->mObjects + objectLoop;
856 for(objectLoop = 0; objectLoop < theSegment->mObjectCount; objectLoop++)
858 theObject = theSegment->mObjects + objectLoop;
    [all...]

Completed in 24 milliseconds