Searched refs:CRCSHIFTS (Results 1 – 4 of 4) sorted by relevance
17 #define CRCSHIFTS (CRCBITS-8)55 data <<= CRCSHIFTS; /* shift data to line up with MSB of accum */87 combined_value = (accum >> CRCSHIFTS) ^ data;
158 #define DOWN(ctx) ((ctx) >> CRCSHIFTS)199 #define DOWN(ctx) ((ctx) >> CRCSHIFTS)
29 #define CRCSHIFTS (CRCBITS-8) macro
122 #define CRCSHIFTS (CRCBITS-8)192 accum = accum << 8 ^ crctable[(byte) (accum >> CRCSHIFTS) ^ *buf++];