Home
last modified time | relevance | path

Searched refs:rrdbuf_current (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_evenodd_dagfuncs.c463 short *rrdbuf_current, *pbuf_current, *ebuf_current; in rf_doubleEOdecode() local
471 long *rrdbuf_current, *pbuf_current, *ebuf_current; in rf_doubleEOdecode() local
538 rrdbuf_current = (short *) (rrdbuf[j]) + rrdrow * shortsPerEU; in rf_doubleEOdecode()
540 temp[k] ^= *(rrdbuf_current + k); in rf_doubleEOdecode()
542 rrdbuf_current = (long *) (rrdbuf[j]) + rrdrow * longsPerEU; in rf_doubleEOdecode()
544 temp[k] ^= *(rrdbuf_current + k); in rf_doubleEOdecode()
590 rrdbuf_current = (short *) (rrdbuf[j]) + row * shortsPerEU; in rf_doubleEOdecode()
592 temp[k] ^= *(rrdbuf_current + k); in rf_doubleEOdecode()
594 rrdbuf_current = (long *) (rrdbuf[j]) + row * longsPerEU; in rf_doubleEOdecode()
596 temp[k] ^= *(rrdbuf_current + k); in rf_doubleEOdecode()