Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/raidframe/
Drf_evenodd_dagfuncs.c519 short *dest_smaller, *dest_smaller_current; in rf_doubleEOdecode() local
530 long *dest_smaller, *dest_smaller_current; in rf_doubleEOdecode() local
564 dest_smaller = (short *) (dest[0]); in rf_doubleEOdecode()
567 dest_smaller = (long *) (dest[0]); in rf_doubleEOdecode()
574 dest_smaller = (short *) (dest[1]); in rf_doubleEOdecode()
577 dest_smaller = (long *) (dest[1]); in rf_doubleEOdecode()
588 dest_smaller_current = dest_smaller + row * shortsPerEU; in rf_doubleEOdecode()
591 dest_smaller_current = dest_smaller + row * longsPerEU; in rf_doubleEOdecode()