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

/linux-master/include/linux/
H A Dcrc32.h59 u32 __attribute_const__ __crc32c_le_shift(u32 crc, size_t len);
63 return __crc32c_le_shift(crc1, len2) ^ crc2;
/linux-master/lib/
H A Dcrc32.c277 u32 __attribute_const__ __crc32c_le_shift(u32 crc, size_t len) function
282 EXPORT_SYMBOL(__crc32c_le_shift); variable

Completed in 117 milliseconds