HomeSort by relevance Sort by last modified time
    Searched full: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 107 fio_crc32(buf, CHUNK);
  /external/fio/
verify.c 597 c = fio_crc32(p, hdr->len - hdr_size(hdr));
945 vh->crc32 = fio_crc32(p, len);

Completed in 1177 milliseconds