Searched refs:sectorEnd (Results 1 – 2 of 2) sorted by relevance
269 uint64_t sectorOne, sectorEnd; // first & last sectors of partition in AsGPT() local274 sectorEnd = sectorOne + (uint64_t) partitions[i].lengthLBA; in AsGPT()275 if (sectorEnd > 0) sectorEnd--; in AsGPT()284 if ((sectorOne < labelFirstLBA) || (sectorEnd > labelLastLBA) || (sectorOne > sectorEnd)) in AsGPT()288 if ((sectorOne <= labelFirstLBA) && (sectorEnd >= labelLastLBA) && in AsGPT()292 if ((sectorEnd == 0) || (sectorEnd == labelFirstLBA)) in AsGPT()297 guid.SetLastLBA(sectorEnd); in AsGPT()
91 int sectorEnd() const { in sectorEnd() function