Home
last modified time | relevance | path

Searched refs:XZ_CHECK_CRC32 (Results 1 – 7 of 7) sorted by relevance

/external/lzma/C/
DXz.c52 case XZ_CHECK_CRC32: p->crc = CRC_INIT_VAL; break; in XzCheck_Init()
62 case XZ_CHECK_CRC32: p->crc = CrcUpdate(p->crc, data, size); break; in XzCheck_Update()
72 case XZ_CHECK_CRC32: in XzCheck_Final()
DXz.h80 #define XZ_CHECK_CRC32 1 macro
100 #define XzFlags_HasDataCrc32(f) (Xz_GetCheckType(f) == XZ_CHECK_CRC32)
DXzEnc.c475 p->checkId = XZ_CHECK_CRC32; in XzProps_Init()
/external/xz-embedded/linux/lib/xz/
Dxz_dec_stream.c255 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
281 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
432 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()
435 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()
678 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()
Dxz_stream.h54 XZ_CHECK_CRC32 = 1, enumerator
/external/lzma/CPP/7zip/Compress/
DXzEncoder.cpp82 case 4: id = XZ_CHECK_CRC32; break; in SetCheckSize()
/external/toybox/toys/pending/
Dxzcat.c2334 XZ_CHECK_CRC32 = 1, enumerator
2570 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
2740 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()
2972 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()