Home
last modified time | relevance | path

Searched defs:CRC32 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/loongarch/lib/
H A Dcrc32-loongarch.c26 #define CRC32(crc, value, size) _CRC32(crc, value, size, crc) macro
/linux/arch/mips/lib/
H A Dcrc32-mips.c68 #define CRC32(crc, value, size) \ macro