ebuf_current      518 dev/raidframe/rf_evenodd_dagfuncs.c 	short *rrdbuf_current, *pbuf_current, *ebuf_current;
ebuf_current      529 dev/raidframe/rf_evenodd_dagfuncs.c 	long *rrdbuf_current, *pbuf_current, *ebuf_current;
ebuf_current      552 dev/raidframe/rf_evenodd_dagfuncs.c 			ebuf_current = ((short *) ebuf) + i * shortsPerEU + k;
ebuf_current      555 dev/raidframe/rf_evenodd_dagfuncs.c 			ebuf_current = ((long *) ebuf) + i * longsPerEU + k;
ebuf_current      558 dev/raidframe/rf_evenodd_dagfuncs.c 			P[k] ^= *ebuf_current;
ebuf_current      628 dev/raidframe/rf_evenodd_dagfuncs.c 			ebuf_current = (short *) ebuf + shortsPerEU * erow;
ebuf_current      630 dev/raidframe/rf_evenodd_dagfuncs.c 				temp[k] ^= *(ebuf_current + k);
ebuf_current      632 dev/raidframe/rf_evenodd_dagfuncs.c 			ebuf_current = (long *) ebuf + longsPerEU * erow;
ebuf_current      634 dev/raidframe/rf_evenodd_dagfuncs.c 				temp[k] ^= *(ebuf_current + k);