Home
last modified time | relevance | path

Searched refs:thisLastLBA (Results 1 – 1 of 1) sorted by relevance

/third_party/gptfdisk/
Dbasicmbr.cc1465 uint64_t bestLastLBA, thisLastLBA; in FindFirstInFree() local
1470 thisLastLBA = partitions[i].GetLastLBA() + 1; in FindFirstInFree()
1471 if (thisLastLBA > 0) in FindFirstInFree()
1472 thisLastLBA--; in FindFirstInFree()
1473 if ((thisLastLBA > bestLastLBA) && (thisLastLBA < start)) in FindFirstInFree()
1474 bestLastLBA = thisLastLBA + 1; in FindFirstInFree()