Lines Matching refs:lastLBA
38 lastLBA = 0; in GPTPart()
70 if (firstLBA <= lastLBA) in GetLengthLBA()
71 length = lastLBA - firstLBA + UINT64_C(1); in GetLengthLBA()
148 if ((firstLBA > UINT32_MAX) || ((lastLBA - firstLBA) > UINT32_MAX) || (firstLBA > lastLBA)) in IsSizedForMBR()
150 else if (lastLBA > UINT32_MAX) in IsSizedForMBR()
274 lastLBA = orig.lastLBA;
299 sizeInIeee = BytesToIeee(lastLBA - firstLBA + 1, blockSize);
306 cout << lastLBA << " ";
375 cout << "Last sector: " << lastLBA << " (at "
376 << BytesToIeee(lastLBA, blockSize) << ")\n";
377 size = (lastLBA - firstLBA + 1);
396 lastLBA = 0;
406 (firstLBA <= other.lastLBA) != (lastLBA < other.firstLBA);
415 ReverseBytes(&lastLBA, 8);