Searched refs:crc_full (Results 1 – 1 of 1) sorted by relevance
715 u32 crc_full; in crc32c_combine_test() local717 crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start, in crc32c_combine_test()728 if (!(crc_full == __crc32c_le_combine(crc1, crc2, len2) && in crc32c_combine_test()729 crc_full == test[i].crc32c_le)) in crc32c_combine_test()803 u32 crc_full; in crc32_combine_test() local805 crc_full = crc32_le(test[i].crc, test_buf + test[i].start, in crc32_combine_test()816 if (!(crc_full == crc32_le_combine(crc1, crc2, len2) && in crc32_combine_test()817 crc_full == test[i].crc_le)) in crc32_combine_test()