Searched defs: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
92 #undef DO_CRC macro

Completed in 270 milliseconds