OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ebuf_current
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/raidframe/
rf_evenodd_dagfuncs.c
463
short *rrdbuf_current, *pbuf_current, *
ebuf_current
;
local
471
long *rrdbuf_current, *pbuf_current, *
ebuf_current
;
local
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);
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026