Searched refs:fio_crc32c (Results 1 – 4 of 4) sorted by relevance
/external/fio/crc/ |
D | crc32c.h | 36 static inline uint32_t fio_crc32c(unsigned char const *buf, unsigned long len) in fio_crc32c() function
|
D | test.c | 87 fio_crc32c(buf, size); in t_crc32c()
|
/external/fio/ |
D | verify.c | 606 c = fio_crc32c(p, hdr->len - hdr_size(hdr)); in verify_io_u_crc32c() 726 crc = fio_crc32c(p, offsetof(struct verify_header, crc32)); in verify_header() 939 vh->crc32 = fio_crc32c(p, len); in fill_crc32c() 974 hdr->crc32 = fio_crc32c(p, offsetof(struct verify_header, crc32)); in populate_hdr() 1393 crc = fio_crc32c((void *)s, thread_io_list_sz(s)); in write_thread_list_state() 1472 crc = fio_crc32c((void *)s, hdr->size); in verify_state_hdr() 1520 crc = fio_crc32c((void *)s, hdr.size); in verify_load_state()
|
/external/fio/lib/ |
D | bloom.c | 28 return fio_crc32c(buf, len); in bloom_crc32c()
|