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

  /external/xz-embedded/linux/lib/xz/
xz_stream.h 54 XZ_CHECK_CRC32 = 1,
xz_dec_stream.c 255 if (s->check_type == XZ_CHECK_CRC32)
281 if (s->check_type == XZ_CHECK_CRC32)
432 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type))
435 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type))
678 if (s->check_type == XZ_CHECK_CRC32) {
  /external/lzma/C/
Xz.c 52 case XZ_CHECK_CRC32: p->crc = CRC_INIT_VAL; break;
62 case XZ_CHECK_CRC32: p->crc = CrcUpdate(p->crc, data, size); break;
72 case XZ_CHECK_CRC32:
Xz.h 80 #define XZ_CHECK_CRC32 1
100 #define XzFlags_HasDataCrc32(f) (Xz_GetCheckType(f) == XZ_CHECK_CRC32)
XzEnc.c 475 p->checkId = XZ_CHECK_CRC32;
    [all...]
  /external/lzma/CPP/7zip/Compress/
XzEncoder.cpp 82 case 4: id = XZ_CHECK_CRC32; break;
  /external/toybox/toys/pending/
xzcat.c     [all...]

Completed in 514 milliseconds