Lines Matching defs:Start
112 // "Start" will be the index of the beginning of the most recent segment.
113 unsigned Start = 0;
119 const BT::BitValue &SV = RC[Start];
121 // If the current value is the same as Start, skip to the next one.
125 if (Start+1 == i) {
129 if (SeqRef && V.RefI.Pos == SV.RefI.Pos+(i-Start))
136 // the Start.
137 OS << " [" << Start;
138 unsigned Count = i - Start;
149 Start = i;
153 OS << " [" << Start;
154 unsigned Count = n - Start;
155 if (n-Start == 1) {
156 OS << "]:" << RC[Start];
159 const BT::BitValue &SV = RC[Start];
1072 // Generate a fake edge to get something to start with.