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

  /external/lzma/xz-embedded/
xz_stream.h 55 XZ_CHECK_CRC64 = 4,
xz_dec_stream.c 14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64)
259 else if (s->check_type == XZ_CHECK_CRC64)
  /external/lzma/C/
Xz.c 51 case XZ_CHECK_CRC64: p->crc64 = CRC64_INIT_VAL; break;
61 case XZ_CHECK_CRC64: p->crc64 = Crc64Update(p->crc64, data, size); break;
73 case XZ_CHECK_CRC64:
Xz.h 74 #define XZ_CHECK_CRC64 4

Completed in 388 milliseconds