Home | History | Annotate | Download | only in permute

Lines Matching refs:Segment

38 // mean length of each segment of the permutation, in seconds
40 // minimum length of each segment of the permutation, in seconds
44 /** Describes each contiguous segment generated */
50 } Segment;
61 Segment *mSegmentArray; // storage for the segments [max]
69 const Segment *x_ = (Segment *) x;
70 const Segment *y_ = (Segment *) y;
86 Segment *seg = &s->mSegmentArray[s->mSegmentCount++];
221 s.mSegmentArray = (Segment *) malloc(sizeof(Segment) * s.mSegmentMax);
234 Segment temp = s.mSegmentArray[i];
283 qsort((void *) s.mSegmentArray, used, sizeof(Segment), qsortCompare);