Home
last modified time | relevance | path

Searched refs:fio_crc32 (Results 1 – 4 of 4) sorted by relevance

/external/fio/crc/
Dcrc32.h21 extern uint32_t fio_crc32(const void * const, unsigned long);
Dcrc32.c76 uint32_t fio_crc32(const void *buffer, unsigned long length) in fio_crc32() function
Dtest.c84 t->output += fio_crc32(buf, size); in t_crc32()
/external/fio/
Dverify.c673 c = fio_crc32(p, hdr->len - hdr_size(vc->td, hdr)); in verify_io_u_crc32()
1128 vh->crc32 = fio_crc32(p, len); in fill_crc32()