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

  /external/chromium_org/third_party/codesighs/
msdump2symdb.c 177 unsigned mObjectCount;
383 growth = realloc(inContainer->mObjects, (inContainer->mObjectCount + 1) * sizeof(MSDump_Object));
386 unsigned int index = inContainer->mObjectCount;
388 inContainer->mObjectCount++;
679 for(objectLoop = 0; objectLoop < inContainer->mObjectCount; objectLoop++)
695 inContainer->mObjectCount = 0;
737 for(objectLoop = 0; 0 == retval && objectLoop < inContainer->mObjectCount; objectLoop++)
754 for(objectLoop = 0; 0 == retval && objectLoop < inContainer->mObjectCount; objectLoop++)
788 for(objectLoop = 0; 0 == retval && objectLoop < inContainer->mObjectCount; objectLoop++)
    [all...]
maptsvdifftool.c 185 unsigned mObjectCount;
527 for(objectIndex = 0; objectIndex < theSegment->mObjectCount; objectIndex++)
535 if(objectIndex == theSegment->mObjectCount)
539 moved = realloc(theSegment->mObjects, sizeof(ObjectStats) * (1 + theSegment->mObjectCount));
543 theSegment->mObjectCount++;
715 for(objectLoop = 0; objectLoop < theSegment->mObjectCount; objectLoop++)
856 for(objectLoop = 0; objectLoop < theSegment->mObjectCount; objectLoop++)
    [all...]
msmap2tsv.c 87 ** mObjectCount Number of objects.
92 unsigned mObjectCount;
617 moved = realloc(dbSize->mObjects, sizeof(char*) * (dbSize->mObjectCount + 1));
623 dbSize->mObjects[dbSize->mObjectCount] = dbObject;
624 dbSize->mObjectCount++;
697 for(objLoop = 0; objLoop < (*inDB)->mSymbols[symLoop].mSections[secLoop].mSizes[sizLoop].mObjectCount; objLoop++)
822 for(objLoop = 0; objLoop < size->mObjectCount; objLoop++)
838 if(objLoop < size->mObjectCount)
    [all...]

Completed in 157 milliseconds