Home
last modified time | relevance | path

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

/external/lzma/C/
DXz.c53 case XZ_CHECK_CRC64: p->crc64 = CRC64_INIT_VAL; break; in XzCheck_Init()
63 case XZ_CHECK_CRC64: p->crc64 = Crc64Update(p->crc64, data, size); break; in XzCheck_Update()
75 case XZ_CHECK_CRC64: in XzCheck_Final()
DXz.h81 #define XZ_CHECK_CRC64 4 macro
/external/xz-embedded/linux/lib/xz/
Dxz_stream.h55 XZ_CHECK_CRC64 = 4, enumerator
Dxz_dec_stream.c14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64)
259 else if (s->check_type == XZ_CHECK_CRC64) in dec_block()
/external/lzma/CPP/7zip/Compress/
DXzEncoder.cpp83 case 8: id = XZ_CHECK_CRC64; break; in SetCheckSize()
/external/toybox/toys/pending/
Dxzcat.c2335 XZ_CHECK_CRC64 = 4, enumerator
2343 #define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64)
2573 else if (s->check_type == XZ_CHECK_CRC64) in dec_block()