Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:lastLBA

36    lastLBA = 0;
68 if (firstLBA <= lastLBA)
69 length = lastLBA - firstLBA + UINT64_C(1);
146 if ((firstLBA > UINT32_MAX) || ((lastLBA - firstLBA) > UINT32_MAX) || (firstLBA > lastLBA))
148 else if (lastLBA > UINT32_MAX)
272 lastLBA = orig.lastLBA;
297 sizeInIeee = BytesToIeee(lastLBA - firstLBA + 1, blockSize);
304 cout << lastLBA << " ";
373 cout << "Last sector: " << lastLBA << " (at "
374 << BytesToIeee(lastLBA, blockSize) << ")\n";
375 size = (lastLBA - firstLBA + 1);
394 lastLBA = 0;
404 (firstLBA <= other.lastLBA) != (lastLBA < other.firstLBA);
413 ReverseBytes(&lastLBA, 8);