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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dcrc32.c54 # define DO_CRC(x) crc = tab[0][(crc ^ (x)) & 255] ^ (crc >> 8) macro
60 # define DO_CRC(x) crc = tab[0][((crc >> 24) ^ (x)) & 255] ^ (crc << 8)
72 DO_CRC(*buf++);
88 DO_CRC(*++p); /* use pre increment for speed */
92 #undef DO_CRC macro

Completed in 64 milliseconds