Lines Matching refs:test_buf
347 static u8 const __aligned(8) test_buf[] __initconst =
994 crc ^= __crc32c_le(test[i].crc, test_buf +
1004 if (test[i].crc32c_le != __crc32c_le(test[i].crc, test_buf +
1036 crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start,
1042 crc1 = __crc32c_le(test[i].crc, test_buf +
1044 crc2 = __crc32c_le(0, test_buf + test[i].start +
1080 crc ^= crc32_le(test[i].crc, test_buf +
1083 crc ^= crc32_be(test[i].crc, test_buf +
1093 if (test[i].crc_le != crc32_le(test[i].crc, test_buf +
1097 if (test[i].crc_be != crc32_be(test[i].crc, test_buf +
1130 crc_full = crc32_le(test[i].crc, test_buf + test[i].start,
1136 crc1 = crc32_le(test[i].crc, test_buf +
1138 crc2 = crc32_le(0, test_buf + test[i].start +