Lines Matching refs:firstMoved
2090 int firstMoved = 0;2101 // partition and repeat. If first was moved, set firstMoved2102 // flag; repeat until firstMoved is not set, so as to catch2105 firstMoved = 0;2110 firstMoved = 1;2113 } while (firstMoved == 1);