OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XZ_CHECK_CRC32
(Results
1 - 7
of
7
) 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
52
case
XZ_CHECK_CRC32
: p->crc = CRC_INIT_VAL; break;
62
case
XZ_CHECK_CRC32
: p->crc = CrcUpdate(p->crc, data, size); break;
72
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
387
p->checkId =
XZ_CHECK_CRC32
;
/external/toybox/toys/pending/
xzcat.c
[
all
...]
/external/lzma/CPP/7zip/Archive/
XzHandler.cpp
901
case 4: xzProps.checkId =
XZ_CHECK_CRC32
; break;
Completed in 200 milliseconds