Lines Matching refs:start
866 u32 start; /* random 6 bit offset in buf */ member
982 struct timespec start, stop; local
995 test[i].start, test[i].length);
1002 getnstimeofday(&start);
1005 test[i].start, test[i].length))
1013 nsec = stop.tv_nsec - start.tv_nsec +
1014 1000000000 * (stop.tv_sec - start.tv_sec);
1036 crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start,
1043 test[i].start, len1);
1044 crc2 = __crc32c_le(0, test_buf + test[i].start +
1068 struct timespec start, stop; local
1081 test[i].start, test[i].length);
1084 test[i].start, test[i].length);
1091 getnstimeofday(&start);
1094 test[i].start, test[i].length))
1098 test[i].start, test[i].length))
1106 nsec = stop.tv_nsec - start.tv_nsec +
1107 1000000000 * (stop.tv_sec - start.tv_sec);
1130 crc_full = crc32_le(test[i].crc, test_buf + test[i].start,
1137 test[i].start, len1);
1138 crc2 = crc32_le(0, test_buf + test[i].start +