SegmentStats 197 third_party/codesighs/maptsvdifftool.c SegmentStats* mSegments; SegmentStats 244 third_party/codesighs/maptsvdifftool.c SegmentStats* one = (SegmentStats*)in1; SegmentStats 245 third_party/codesighs/maptsvdifftool.c SegmentStats* two = (SegmentStats*)in2; SegmentStats 366 third_party/codesighs/maptsvdifftool.c SegmentStats* theSegment = NULL; SegmentStats 500 third_party/codesighs/maptsvdifftool.c moved = realloc(theModule->mSegments, sizeof(SegmentStats) * (theModule->mSegmentCount + 1)); SegmentStats 503 third_party/codesighs/maptsvdifftool.c theModule->mSegments = (SegmentStats*)moved; SegmentStats 505 third_party/codesighs/maptsvdifftool.c memset(theModule->mSegments + segmentIndex, 0, sizeof(SegmentStats)); SegmentStats 939 third_party/codesighs/maptsvdifftool.c qsort(theModule->mSegments, theModule->mSegmentCount, sizeof(SegmentStats), segmentCompare);