Searched refs:crc_full (Results 1 – 1 of 1) sorted by relevance
717 u32 crc_full; in crc32c_combine_test() local719 crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start, in crc32c_combine_test()730 if (!(crc_full == __crc32c_le_combine(crc1, crc2, len2) && in crc32c_combine_test()731 crc_full == test[i].crc32c_le)) in crc32c_combine_test()807 u32 crc_full; in crc32_combine_test() local809 crc_full = crc32_le(test[i].crc, test_buf + test[i].start, in crc32_combine_test()820 if (!(crc_full == crc32_le_combine(crc1, crc2, len2) && in crc32_combine_test()821 crc_full == test[i].crc_le)) in crc32_combine_test()