Home | History | Annotate | Download | only in raidframe

Lines Matching defs:qbuf

92 rf_InvertQ(unsigned long *qbuf, unsigned long *abuf,
249 char *qbuf, *qpbuf;
259 qbuf = (char *) node->params[2 * d + 1].p; /* q buffer */
273 qpbuf = qbuf + rf_RaidAddressToByte(raidPtr, old->startSector % secPerSU);
312 char *qbuf;
321 qbuf = (char *) node->params[2 * d + 1].p; /* q buffer */
335 QDelta(qbuf, obuf, nbuf, rf_RaidAddressToByte(raidPtr, old->numSector), coeff);
349 static void RegularQSubr(RF_DagNode_t *node, char *qbuf);
352 RegularQSubr(RF_DagNode_t *node, char *qbuf)
379 qpbuf = qbuf + rf_RaidAddressToByte(raidPtr, old->startSector % secPerSU);
403 char *qbuf = node->results[1];
429 qpbuf = qbuf + rf_RaidAddressToByte(raidPtr, j - fail_start);
599 char *qbuf = node->results[0];
622 qpbuf = qbuf + rf_RaidAddressToByte(raidPtr, j - fail_start);
798 rf_PQ_recover(unsigned long *pbuf, unsigned long *qbuf, unsigned long *abuf, unsigned long *bbuf, unsigned length, unsigned coeff_a, unsigned coeff_b)
807 q = *qbuf++;
857 unsigned long *qbuf,
870 a = *qbuf++;