Lines Matching refs:test_buf
34 static u8 const __aligned(8) test_buf[] __initconst =
680 crc ^= __crc32c_le(test[i].crc, test_buf + in crc32c_test()
690 if (test[i].crc32c_le != __crc32c_le(test[i].crc, test_buf + in crc32c_test()
719 crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start, in crc32c_combine_test()
725 crc1 = __crc32c_le(test[i].crc, test_buf + in crc32c_combine_test()
727 crc2 = __crc32c_le(0, test_buf + test[i].start + in crc32c_combine_test()
762 crc ^= crc32_le(test[i].crc, test_buf + in crc32_test()
765 crc ^= crc32_be(test[i].crc, test_buf + in crc32_test()
775 if (test[i].crc_le != crc32_le(test[i].crc, test_buf + in crc32_test()
779 if (test[i].crc_be != crc32_be(test[i].crc, test_buf + in crc32_test()
809 crc_full = crc32_le(test[i].crc, test_buf + test[i].start, in crc32_combine_test()
815 crc1 = crc32_le(test[i].crc, test_buf + in crc32_combine_test()
817 crc2 = crc32_le(0, test_buf + test[i].start + in crc32_combine_test()