Home | History | Annotate | Download | only in codesighs

Lines Matching refs:mSegmentCount

198     unsigned mSegmentCount;
488 for(segmentIndex = 0; segmentIndex < theModule->mSegmentCount; segmentIndex++)
496 if(segmentIndex == theModule->mSegmentCount)
500 moved = realloc(theModule->mSegments, sizeof(SegmentStats) * (theModule->mSegmentCount + 1));
504 theModule->mSegmentCount++;
703 for(segmentLoop = 0; segmentLoop < theModule->mSegmentCount; segmentLoop++)
844 for(segmentLoop = 0; segmentLoop < theModule->mSegmentCount; segmentLoop++)
939 qsort(theModule->mSegments, theModule->mSegmentCount, sizeof(SegmentStats), segmentCompare);
941 for(segmentLoop = 0; segmentLoop < theModule->mSegmentCount; segmentLoop++)
977 for(segmentLoop = 0; segmentLoop < theModule->mSegmentCount; segmentLoop++)
1041 for(segmentLoop = 0; segmentLoop < theModule->mSegmentCount; segmentLoop++)