Home
last modified time | relevance | path

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

/external/lzma/C/
DXz.c50 case XZ_CHECK_CRC32: p->crc = CRC_INIT_VAL; break; in XzCheck_Init()
60 case XZ_CHECK_CRC32: p->crc = CrcUpdate(p->crc, data, size); break; in XzCheck_Update()
70 case XZ_CHECK_CRC32: in XzCheck_Final()
DXz.h73 #define XZ_CHECK_CRC32 1 macro
93 #define XzFlags_HasDataCrc32(f) (Xz_GetCheckType(f) == XZ_CHECK_CRC32)
DXzEnc.c397 xz->flags = XZ_CHECK_CRC32; in Xz_Compress()
/external/lzma/xz-embedded/
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()
668 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()
Dxz_stream.h54 XZ_CHECK_CRC32 = 1, enumerator
/external/toybox/toys/pending/
Dxzcat.c2341 XZ_CHECK_CRC32 = 1, enumerator
2578 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
2748 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()
2980 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()