Home | History | Annotate | Download | only in gptfdisk

Lines Matching defs:firstLBA

48    firstLBA = 0;
80 firstLBA = orig.firstLBA;
98 firstLBA = orig.firstLBA;
114 return (firstLBA < other.firstLBA);
116 return (other.firstLBA < firstLBA);
143 firstLBA = UINT32_C(0);
164 firstLBA = (uint32_t) start;
185 firstLBA = (uint32_t) start;
194 if ((partitionType == 0xEE) && (!validCHS) && (firstLBA == 1) &&
204 theStruct->firstLBA = firstLBA;
222 // firstLBA is non-0.
225 return (uint64_t) firstLBA + (uint64_t) lengthLBA - UINT64_C(1);
234 (firstLBA <= other.GetLastLBA()) != (GetLastLBA() < other.firstLBA);
250 retval = LBAtoCHS(firstLBA, firstSector);
251 retval *= LBAtoCHS(firstLBA + lengthLBA - 1, lastSector);
308 ReverseBytes(&firstLBA, 4);
329 cout << firstLBA;