Searched refs:fio_crc32 (Results 1 – 4 of 4) sorted by relevance
21 extern uint32_t fio_crc32(const void * const, unsigned long);
76 uint32_t fio_crc32(const void *buffer, unsigned long length) in fio_crc32() function
79 fio_crc32(buf, size); in t_crc32()
585 c = fio_crc32(p, hdr->len - hdr_size(hdr)); in verify_io_u_crc32()932 vh->crc32 = fio_crc32(p, len); in fill_crc32()