Lines Matching defs:start
553 u32 start; /* random 6 bit offset in buf */
681 test[i].start, test[i].length);
690 test[i].start, test[i].length))
717 crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start,
724 test[i].start, len1);
725 crc2 = __crc32c_le(0, test_buf + test[i].start +
761 test[i].start, test[i].length);
764 test[i].start, test[i].length);
773 test[i].start, test[i].length))
777 test[i].start, test[i].length))
805 crc_full = crc32_le(test[i].crc, test_buf + test[i].start,
812 test[i].start, len1);
813 crc2 = crc32_le(0, test_buf + test[i].start +