Lines Matching refs:crc
552 u32 crc; /* random starting crc */ member
674 static u32 crc; in crc32c_test() local
680 crc ^= __crc32c_le(test[i].crc, test_buf + in crc32c_test()
689 if (test[i].crc32c_le != __crc32c_le(test[i].crc, test_buf + in crc32c_test()
717 crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start, in crc32c_combine_test()
723 crc1 = __crc32c_le(test[i].crc, test_buf + in crc32c_combine_test()
754 static u32 crc; in crc32_test() local
760 crc ^= crc32_le(test[i].crc, test_buf + in crc32_test()
763 crc ^= crc32_be(test[i].crc, test_buf + in crc32_test()
772 if (test[i].crc_le != crc32_le(test[i].crc, test_buf + in crc32_test()
776 if (test[i].crc_be != crc32_be(test[i].crc, test_buf + in crc32_test()
805 crc_full = crc32_le(test[i].crc, test_buf + test[i].start, in crc32_combine_test()
811 crc1 = crc32_le(test[i].crc, test_buf + in crc32_combine_test()