Lines Matching refs:start
23 int start = count * partIndex / parts;
25 return start;
29 int start, end;
31 start = range(&end);
32 for (; start < end; ++start) {
33 fSelected[start] = true;
39 start = range(&end);
40 // SkDebugf("%d s=%d e=%d t=%d\n", fSubset, start, end, fTries);
41 if (end - start > 1) {
43 } else if (end - start == 1) {
48 } while (start == end);
49 } while (!fSelected[start]);
50 for (; start < end; ++start) {
51 fSelected[start] = false;