Home
last modified time | relevance | path

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

/external/gptfdisk/
Dbasicmbr.cc1430 uint64_t bestLastLBA, thisLastLBA; in FindFirstInFree() local
1435 thisLastLBA = partitions[i].GetLastLBA() + 1; in FindFirstInFree()
1436 if (thisLastLBA > 0) in FindFirstInFree()
1437 thisLastLBA--; in FindFirstInFree()
1438 if ((thisLastLBA > bestLastLBA) && (thisLastLBA < start)) in FindFirstInFree()
1439 bestLastLBA = thisLastLBA + 1; in FindFirstInFree()