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

  /external/lzma/xz-embedded/
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))
668 if (s->check_type == XZ_CHECK_CRC32) {
  /external/lzma/C/
Xz.c 50 case XZ_CHECK_CRC32: p->crc = CRC_INIT_VAL; break;
60 case XZ_CHECK_CRC32: p->crc = CrcUpdate(p->crc, data, size); break;
70 case XZ_CHECK_CRC32:
Xz.h 73 #define XZ_CHECK_CRC32 1
93 #define XzFlags_HasDataCrc32(f) (Xz_GetCheckType(f) == XZ_CHECK_CRC32)
XzEnc.c 397 xz->flags = XZ_CHECK_CRC32;

Completed in 216 milliseconds