HomeSort by relevance Sort by last modified time
    Searched full:bad_crc (Results 1 - 2 of 2) sorted by null

  /external/fio/
verify.c 210 void *bad_crc; member in struct:vcont
313 if (vc->good_crc && vc->bad_crc) {
317 hexdump(vc->bad_crc, vc->crc_len);
431 vc->bad_crc = &hash;
456 vc->bad_crc = sha512_ctx.buf;
482 vc->bad_crc = sha256_ctx.buf;
508 vc->bad_crc = sha1_ctx.H;
529 vc->bad_crc = &c;
550 vc->bad_crc = &c;
571 vc->bad_crc = &c
    [all...]
  /system/core/libziparchive/
zip_archive_test.cc 38 static const std::string kBadCrcZip = "bad_crc.zip";

Completed in 545 milliseconds