Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dcrc32.c62 # define DO_CRC4 (t3[(q) & 255] ^ t2[(q >> 8) & 255] ^ \ macro
68 # define DO_CRC4 (t0[(q) & 255] ^ t1[(q >> 8) & 255] ^ \
108 crc = DO_CRC4;
112 crc ^= DO_CRC4;
130 #undef DO_CRC4 macro
/kernel/linux/linux-6.6/lib/
H A Dcrc32.c62 # define DO_CRC4 (t3[(q) & 255] ^ t2[(q >> 8) & 255] ^ \ macro
68 # define DO_CRC4 (t0[(q) & 255] ^ t1[(q >> 8) & 255] ^ \
108 crc = DO_CRC4;
112 crc ^= DO_CRC4;
130 #undef DO_CRC4 macro

Completed in 2 milliseconds