Searched refs:rrdbuf_current (Results 1 – 1 of 1) sorted by relevance
463 short *rrdbuf_current, *pbuf_current, *ebuf_current; in rf_doubleEOdecode() local471 long *rrdbuf_current, *pbuf_current, *ebuf_current; in rf_doubleEOdecode() local538 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()