Lines Matching defs:bytes
115 /* And the last few bytes */
228 * crc32_generic_shift - Append len 0 bytes to crc, in logarithmic time
230 * @len: The number of bytes. @crc is multiplied by x^(8*@len)
236 * as appending len bytes of zero to the data), in time proportional
346 /* 4096 random bytes */
981 int bytes = 0;
992 bytes += 2*test[i].length;
1021 pr_info("crc32c: self tests passed, processed %d bytes in %lld nsec\n",
1022 bytes, nsec);
1067 int bytes = 0;
1078 bytes += 2*test[i].length;
1115 pr_info("crc32: self tests passed, processed %d bytes in %lld nsec\n",
1116 bytes, nsec);