| rf_evenodd_dagfuncs.c | 463 short *rrdbuf_current, *pbuf_current, *ebuf_current; local in function:rf_doubleEOdecode 471 long *rrdbuf_current, *pbuf_current, *ebuf_current; local in function:rf_doubleEOdecode 489 ebuf_current = ((short *) ebuf) + i * shortsPerEU + k; 492 ebuf_current = ((long *) ebuf) + i * longsPerEU + k; 495 P[k] ^= *ebuf_current; 557 ebuf_current = (short *) ebuf + shortsPerEU * erow; 559 temp[k] ^= *(ebuf_current + k); 561 ebuf_current = (long *) ebuf + longsPerEU * erow; 563 temp[k] ^= *(ebuf_current + k);
|