Searched refs:suend (Results 1 – 2 of 2) sorted by relevance
708 RF_SectorNum_t suoff, suend; in rf_DD_GenerateFailedAccessASMs() local799 suend = suoff + pda_p->numSector; in rf_DD_GenerateFailedAccessASMs()806 if ((suoff > fone_start) || (suend < fone_end)) in rf_DD_GenerateFailedAccessASMs()812 if (suend < numDataCol) /* Leak at end. */ in rf_DD_GenerateFailedAccessASMs()816 if ((suoff > fone_start) || (suend < fone_end)) in rf_DD_GenerateFailedAccessASMs()818 if ((suoff > ftwo_start) || (suend < ftwo_end)) in rf_DD_GenerateFailedAccessASMs()903 suend = suoff + phys_p->numSector; in rf_DD_GenerateFailedAccessASMs()907 RF_ASSERT(suend >= fone_end); in rf_DD_GenerateFailedAccessASMs()923 if (suend < fone_end) { in rf_DD_GenerateFailedAccessASMs()929 pda_p->numSector = fone_end - suend; in rf_DD_GenerateFailedAccessASMs()[all …]
729 long *suoff = NULL, *suend = NULL, *prmToCol = NULL, psuoff, esuoff; in rf_EvenOddDoubleRecoveryFunc() local749 RF_Malloc(suend, ndataParam * sizeof(long), (long *)); in rf_EvenOddDoubleRecoveryFunc()838 suend[prm] = suoff[prm] + pda->numSector; in rf_EvenOddDoubleRecoveryFunc()856 if (suoff[prm] <= sector && sector < suend[prm]) in rf_EvenOddDoubleRecoveryFunc()922 RF_Free(suend, ndataParam * sizeof(long)); in rf_EvenOddDoubleRecoveryFunc()