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

/illumos-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;

Completed in 57 milliseconds