Home
last modified time | relevance | path

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

/linux/lib/crc/loongarch/
H A Dcrc32.h24 #define CRC32(crc, value, size) _CRC32(crc, value, size, crc) macro
/linux/lib/crc/mips/
H A Dcrc32.h55 #define CRC32(crc, value, size) \ macro