Searched refs:CBLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
230 #define CBLOCK_SIZE (64) macro246 while (n > CBLOCK_SIZE) in crc_block()248 sum_prefetch(b+CBLOCK_SIZE); in crc_block()249 for(i=0 ; i < CBLOCK_SIZE ; i++) in crc_block()254 n-=CBLOCK_SIZE; in crc_block()264 while (n > CBLOCK_SIZE) in crc_block()266 sum_prefetch(b+CBLOCK_SIZE); in crc_block()267 for(i=0 ; i < CBLOCK_SIZE ; i++) in crc_block()272 n-=CBLOCK_SIZE; in crc_block()
49 #define CBLOCK_SIZE (64) macro66 while (n > CBLOCK_SIZE) in att_block()68 sum_prefetch((b+CBLOCK_SIZE)); in att_block()71 for (i=0 ; i < (CBLOCK_SIZE/8) ; i++) in att_block()
598 +#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 (64)[all …]