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

  /external/chromium_org/third_party/codesighs/
msmap.h 122 MSMap_Segment* mSegments;
maptsvdifftool.c 197 SegmentStats* mSegments;
490 if(0 == strcmp(segment, theModule->mSegments[segmentIndex].mSegment))
500 moved = realloc(theModule->mSegments, sizeof(SegmentStats) * (theModule->mSegmentCount + 1));
503 theModule->mSegments = (SegmentStats*)moved;
505 memset(theModule->mSegments + segmentIndex, 0, sizeof(SegmentStats));
507 theModule->mSegments[segmentIndex].mClass = segmentClass;
508 theModule->mSegments[segmentIndex].mSegment = strdup(segment);
509 if(NULL == theModule->mSegments[segmentIndex].mSegment)
525 theSegment = (theModule->mSegments + segmentIndex);
705 theSegment = theModule->mSegments + segmentLoop
    [all...]
msmap2tsv.c 338 if(inoutSymbol->mPrefix == inModule->mSegments[secLoop].mPrefix)
340 if(inoutSymbol->mOffset >= inModule->mSegments[secLoop].mOffset)
342 if(inoutSymbol->mOffset < (inModule->mSegments[secLoop].mOffset + inModule->mSegments[secLoop].mLength))
347 retval = &inModule->mSegments[secLoop];
    [all...]

Completed in 1008 milliseconds