Lines Matching refs:firstMoved
1381 int firstMoved;1390 // partition and repeat. If first was moved, set firstMoved1391 // flag; repeat until firstMoved is not set, so as to catch1394 firstMoved = 0;1400 firstMoved = 1;1403 } while (firstMoved == 1);