Searched refs:mSegments (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/codesighs/
H A Dmsmap.h122 MSMap_Segment* mSegments; member in struct:__struct_MSMap_Module
H A Dmaptsvdifftool.c197 SegmentStats* mSegments; member in struct:__struct_ModuleStats
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
[all...]
H A Dmsmap2tsv.c338 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];
1402 moved = realloc(inModule->mSegments, sizeof(MSMap_Segment) * (inModule->mSegmentCapacity + MSMAP_SEGMENT_GROWBY));
1406 inModule->mSegments = (MSMap_Segment*)moved;
1425 theSegment = (inModule->mSegments + index);
1705 CLEANUP(inModule->mSegments[loop].mSegment);
1707 CLEANUP(inModule->mSegments);
[all...]

Completed in 46 milliseconds