Home | History | Annotate | Download | only in codesighs

Lines Matching refs:mObjectCount

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++)
945 qsort(theSegment->mObjects, theSegment->mObjectCount, sizeof(ObjectStats), objectCompare);
947 for(objectLoop = 0; objectLoop < theSegment->mObjectCount; objectLoop++)
1000 for(objectLoop = 0; objectLoop < theSegment->mObjectCount; objectLoop++)
1045 for(objectLoop = 0; objectLoop < theSegment->mObjectCount; objectLoop++)