Home | History | Annotate | Download | only in pathops

Lines Matching refs:lrGap

105         int lrGap = (rh.fSectorStart - lh.fSectorStart + 32) & 0x1f;
116 lrOrder = lrGap > 20 ? 0 : lrGap > 11 ? -1 : 1;