Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dcrc32.c61 # define DO_CRC(x) crc = t0[(crc ^ (x)) & 255] ^ (crc >> 8) macro
67 # define DO_CRC(x) crc = t0[((crc >> 24) ^ (x)) & 255] ^ (crc << 8)
87 DO_CRC(*buf++);
121 DO_CRC(*++p); /* use pre increment for speed */
124 DO_CRC(*++p); /* use pre increment for speed */
129 #undef DO_CRC macro
/kernel/linux/linux-6.6/lib/
H A Dcrc32.c61 # define DO_CRC(x) crc = t0[(crc ^ (x)) & 255] ^ (crc >> 8) macro
67 # define DO_CRC(x) crc = t0[((crc >> 24) ^ (x)) & 255] ^ (crc << 8)
87 DO_CRC(*buf++);
121 DO_CRC(*++p); /* use pre increment for speed */
124 DO_CRC(*++p); /* use pre increment for speed */
129 #undef DO_CRC macro

Completed in 3 milliseconds