Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:firstMoved

2090    int firstMoved = 0;
2101 // partition and repeat. If first was moved, set firstMoved
2102 // flag; repeat until firstMoved is not set, so as to catch
2105 firstMoved = 0;
2110 firstMoved = 1;
2113 } while (firstMoved == 1);