HomeSort by relevance Sort by last modified time
    Searched refs:fio_crc32 (Results 1 - 4 of 4) sorted by null

  /external/fio/crc/
crc32.h 21 extern uint32_t fio_crc32(const void * const, unsigned long);
crc32.c 76 uint32_t fio_crc32(const void *buffer, unsigned long length) function
test.c 84 t->output += fio_crc32(buf, size);
  /external/fio/
verify.c 673 c = fio_crc32(p, hdr->len - hdr_size(vc->td, hdr));
1128 vh->crc32 = fio_crc32(p, len);
    [all...]

Completed in 90 milliseconds