HomeSort by: relevance | last modified time | path
    Searched defs:S_index (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/raidframe/
rf_evenodd_dagfuncs.c 296 int S_index; /* index of the EU in the src col which need
324 S_index = rf_EO_Mod((RF_EO_MATRIX_DIM - 1 + destLogicCol - srcLogicCol), RF_EO_MATRIX_DIM);
326 srcShortBuf1 = (short *) (srcSecbuf + S_index * bytesPerEU);
328 srcLongBuf1 = (long *) (srcSecbuf + S_index * bytesPerEU);
339 /* note: S_index won't be at the end row for any src
rf_evenodd_dagfuncs.c 296 int S_index; /* index of the EU in the src col which need
324 S_index = rf_EO_Mod((RF_EO_MATRIX_DIM - 1 + destLogicCol - srcLogicCol), RF_EO_MATRIX_DIM);
326 srcShortBuf1 = (short *) (srcSecbuf + S_index * bytesPerEU);
328 srcLongBuf1 = (long *) (srcSecbuf + S_index * bytesPerEU);
339 /* note: S_index won't be at the end row for any src
rf_evenodd_dagfuncs.c 296 int S_index; /* index of the EU in the src col which need
324 S_index = rf_EO_Mod((RF_EO_MATRIX_DIM - 1 + destLogicCol - srcLogicCol), RF_EO_MATRIX_DIM);
326 srcShortBuf1 = (short *) (srcSecbuf + S_index * bytesPerEU);
328 srcLongBuf1 = (long *) (srcSecbuf + S_index * bytesPerEU);
339 /* note: S_index won't be at the end row for any src

Completed in 34 milliseconds