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

  /external/chromium_org/third_party/codesighs/
maptsvdifftool.c 366 SegmentStats* theSegment = NULL;
525 theSegment = (theModule->mSegments + segmentIndex);
527 for(objectIndex = 0; objectIndex < theSegment->mObjectCount; objectIndex++)
529 if(0 == strcmp(object, theSegment->mObjects[objectIndex].mObject))
535 if(objectIndex == theSegment->mObjectCount)
539 moved = realloc(theSegment->mObjects, sizeof(ObjectStats) * (1 + theSegment->mObjectCount));
542 theSegment->mObjects = (ObjectStats*)moved;
543 theSegment->mObjectCount++;
544 memset(theSegment->mObjects + objectIndex, 0, sizeof(ObjectStats))
    [all...]
msmap2tsv.c     [all...]

Completed in 56 milliseconds