Home
last modified time | relevance | path

Searched refs:bestLastLBA (Results 1 - 1 of 1) sorted by relevance

/third_party/gptfdisk/
H A Dbasicmbr.cc1465 uint64_t bestLastLBA, thisLastLBA; in FindFirstInFree() local
1468 bestLastLBA = 1; in FindFirstInFree()
1473 if ((thisLastLBA > bestLastLBA) && (thisLastLBA < start)) in FindFirstInFree()
1474 bestLastLBA = thisLastLBA + 1; in FindFirstInFree()
1476 return (bestLastLBA); in FindFirstInFree()

Completed in 3 milliseconds