Lines Matching defs:temp1
626 uint32_t temp1, temp2;
639 if (GetPartRange(&temp1, &temp2) > 0)
722 int goOn = 1, temp1;
761 temp1 = XFormToMBR();
762 if (temp1 > 0)
763 cout << "\nConverted " << temp1 << " partitions. Finalize and exit? ";
764 if ((temp1 > 0) && (GetYN() == 'Y')) {
844 uint32_t temp1, temp2;
857 if (GetPartRange(&temp1, &temp2) > 0)
905 temp1 = GetNumber(1, MAX_ALIGNMENT, DEFAULT_ALIGNMENT, prompt.str());
906 SetAlignment(temp1);