Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dcrc32.c232 * crc32_generic_shift - Append @len 0 bytes to crc, in logarithmic time
243 static u32 __attribute_const__ crc32_generic_shift(u32 crc, size_t len, function
275 return crc32_generic_shift(crc, len, CRC32_POLY_LE);
280 return crc32_generic_shift(crc, len, CRC32C_POLY_LE);
/kernel/linux/linux-6.6/lib/
H A Dcrc32.c231 * crc32_generic_shift - Append @len 0 bytes to crc, in logarithmic time
242 static u32 __attribute_const__ crc32_generic_shift(u32 crc, size_t len, function
274 return crc32_generic_shift(crc, len, CRC32_POLY_LE);
279 return crc32_generic_shift(crc, len, CRC32C_POLY_LE);

Completed in 2 milliseconds