pbuf_current      518 dev/raidframe/rf_evenodd_dagfuncs.c 	short *rrdbuf_current, *pbuf_current, *ebuf_current;
pbuf_current      529 dev/raidframe/rf_evenodd_dagfuncs.c 	long *rrdbuf_current, *pbuf_current, *ebuf_current;
pbuf_current      553 dev/raidframe/rf_evenodd_dagfuncs.c 			pbuf_current = ((short *) pbuf) + i * shortsPerEU + k;
pbuf_current      556 dev/raidframe/rf_evenodd_dagfuncs.c 			pbuf_current = ((long *) pbuf) + i * longsPerEU + k;
pbuf_current      559 dev/raidframe/rf_evenodd_dagfuncs.c 			P[k] ^= *pbuf_current;
pbuf_current      679 dev/raidframe/rf_evenodd_dagfuncs.c 		pbuf_current = (short *) pbuf + shortsPerEU * row;
pbuf_current      681 dev/raidframe/rf_evenodd_dagfuncs.c 			temp[k] ^= *(pbuf_current + k);
pbuf_current      685 dev/raidframe/rf_evenodd_dagfuncs.c 		pbuf_current = (long *) pbuf + longsPerEU * row;
pbuf_current      687 dev/raidframe/rf_evenodd_dagfuncs.c 			temp[k] ^= *(pbuf_current + k);