crc_full 717 lib/crc32test.c u32 crc_full; crc_full 719 lib/crc32test.c crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start, crc_full 730 lib/crc32test.c if (!(crc_full == __crc32c_le_combine(crc1, crc2, len2) && crc_full 731 lib/crc32test.c crc_full == test[i].crc32c_le)) crc_full 807 lib/crc32test.c u32 crc_full; crc_full 809 lib/crc32test.c crc_full = crc32_le(test[i].crc, test_buf + test[i].start, crc_full 820 lib/crc32test.c if (!(crc_full == crc32_le_combine(crc1, crc2, len2) && crc_full 821 lib/crc32test.c crc_full == test[i].crc_le))