Lines Matching defs:fsuend
646 RF_RowCol_t fcol[2], fsuoff[2], fsuend[2], numDataCol = layoutPtr->numDataCol;
696 fsuend[0] = fsuoff[0] + pda->numSector;
698 fsuend[1] = 0;
700 endSector = fsuend[0];
730 fsuend[0] = fsuoff[0] + pda0->numSector;
732 fsuend[1] = fsuoff[1] + pda1->numSector;
736 endSector = RF_MAX(fsuend[0], fsuend[1]);
756 if (!(fsuoff[0] <= sector && sector < fsuend[0]) && !(fsuoff[1] <= sector && sector < fsuend[1]))
774 if (fsuoff[0] <= sector && sector < fsuend[0])
780 if (fsuoff[1] <= sector && sector < fsuend[1])