Searched refs:crc32_le_shift (Results 1 – 6 of 6) sorted by relevance
32 u32 __attribute_const__ crc32_le_shift(u32 crc, size_t len);36 return crc32_le_shift(crc1, len2) ^ crc2; in crc32_le_combine()
273 u32 __attribute_const__ crc32_le_shift(u32 crc, size_t len) function282 EXPORT_SYMBOL(crc32_le_shift);
131 hash = ~crc32_le_shift(hash, 4); /* assume lh_hash is zero */ in __get_log_header()
6785 0x00000000 crc32_le_shift vmlinux EXPORT_SYMBOL
16828 ffff8000104a3d20 T crc32_le_shift
Completed in 303 milliseconds