Searched refs:indexInSrc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/raidframe/
H A Drf_evenodd_dagfuncs.c302 indexInSrc; /* row index of an encoding unit in the source local
332 indexInSrc = rf_EO_Mod((indexInDest + destLogicCol - srcLogicCol), RF_EO_MATRIX_DIM);
336 srcShortBuf2 = (short *) (srcSecbuf + indexInSrc * bytesPerEU);
341 if (indexInSrc != RF_EO_MATRIX_DIM - 1)
343 /* if indexInSrc is at the end row, ie.
351 srcLongBuf2 = (long *) (srcSecbuf + indexInSrc * bytesPerEU);
354 if (indexInSrc != RF_EO_MATRIX_DIM - 1)

Completed in 177 milliseconds