Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:lStart

779    uint64_t firstLogical, lastLogical, lStart, pStart;
793 lStart = partitions[i].GetStartLBA(); // start of potential logical part.
802 if (((pStart < lStart) && (firstLogical < pStart)) ||
803 ((pStart > lStart) && (firstLogical > pStart))) {