Lines Matching refs:high
149 uint32_t low, high;
152 if (GetPartRange(&low, &high) > 0) {
153 prompt << "Partition number (" << low + 1 << "-" << high + 1 << "): ";
154 partNum = GetNumber(low + 1, high + 1, low, prompt.str());
250 uint32_t low, high;
253 if (GetPartRange(&low, &high) > 0) {
254 prompt << "Partition number (" << low + 1 << "-" << high + 1 << "): ";
255 partNum = GetNumber(low + 1, high + 1, low, prompt.str());
265 uint32_t low, high;
267 if (GetPartRange(&low, &high) > 0) {
279 uint32_t low, high;
282 if (GetPartRange(&low, &high) > 0) {
333 uint32_t low, high;
337 if (GetPartRange(&low, &high) > 0) {
339 if (high >= numParts - 1)
340 high = 0;
342 << ", default " << high + 2 << "): ";
343 partNum2 = GetNumber(1, numParts, high + 2, prompt.str()) - 1;
384 uint32_t low, high;
386 if (GetPartRange(&low, &high) > 0) {