Searched refs:CBLOCK_SIZE (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libsum/common/
H A Dsum-att.c49 #define CBLOCK_SIZE (64) macro
66 while (n > CBLOCK_SIZE)
68 sum_prefetch((b+CBLOCK_SIZE));
71 for (i=0 ; i < (CBLOCK_SIZE/8) ; i++)
H A Dsum-crc.c230 #define CBLOCK_SIZE (64) macro
246 while (n > CBLOCK_SIZE)
248 sum_prefetch(b+CBLOCK_SIZE);
249 for(i=0 ; i < CBLOCK_SIZE ; i++)
254 n-=CBLOCK_SIZE;
264 while (n > CBLOCK_SIZE)
266 sum_prefetch(b+CBLOCK_SIZE);
267 for(i=0 ; i < CBLOCK_SIZE ; i++)
272 n-=CBLOCK_SIZE;
/opensolaris-onvv-gate/usr/src/lib/libshell/misc/
H A DERRATA.txt598 +#define CBLOCK_SIZE (64)
614 + while (n > CBLOCK_SIZE)
616 + sum_prefetch(b+CBLOCK_SIZE);
617 + for(i=0 ; i < CBLOCK_SIZE ; i++)
622 + n-=CBLOCK_SIZE;
632 + while (n > CBLOCK_SIZE)
634 + sum_prefetch(b+CBLOCK_SIZE);
635 + for(i=0 ; i < CBLOCK_SIZE ; i++)
640 + n-=CBLOCK_SIZE;
688 +#define CBLOCK_SIZE (6
[all...]

Completed in 131 milliseconds