Lines Matching refs:sectorEnd
271 uint64_t sectorOne, sectorEnd; // first & last sectors of partition
276 sectorEnd = sectorOne + (uint64_t) partitions[i].lengthLBA;
277 if (sectorEnd > 0) sectorEnd--;
286 if ((sectorOne < labelFirstLBA) || (sectorEnd > labelLastLBA) || (sectorOne > sectorEnd))
290 if ((sectorOne <= labelFirstLBA) && (sectorEnd >= labelLastLBA) &&
294 if ((sectorEnd == 0) || (sectorEnd == labelFirstLBA))
299 guid.SetLastLBA(sectorEnd);