OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:indexInDest
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/raidframe/
rf_evenodd_dagfuncs.c
299
RF_RowCol_t j,
indexInDest
, /* row index of an encoding unit in
331
for (
indexInDest
= 0;
indexInDest
< numRowInEncMatix;
indexInDest
++) {
332
indexInSrc = rf_EO_Mod((
indexInDest
+ destLogicCol - srcLogicCol), RF_EO_MATRIX_DIM);
335
destShortBuf = (short *) (destSecbuf +
indexInDest
* bytesPerEU);
350
destLongBuf = (long *) (destSecbuf +
indexInDest
* bytesPerEU);
Completed in 18 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026