OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRC_GET_DIGEST
(Results
1 - 9
of
9
) sorted by null
/external/lzma/C/
7zCrc.h
17
#define
CRC_GET_DIGEST
(crc) ((crc) ^ CRC_INIT_VAL)
Xz.c
73
SetUi32(digest,
CRC_GET_DIGEST
(p->crc));
XzEnc.c
111
SetUi32(buf,
CRC_GET_DIGEST
(crc));
XzDec.c
842
if (
CRC_GET_DIGEST
(p->crc) != GetUi32(p->buf))
/external/lzma/CPP/7zip/Archive/Common/
OutStreamWithCRC.h
34
UInt32 GetCRC() const { return
CRC_GET_DIGEST
(_crc); }
InStreamWithCRC.h
34
UInt32 GetCRC() const { return
CRC_GET_DIGEST
(_crc); }
62
UInt32 GetCRC() const { return
CRC_GET_DIGEST
(_crc); }
/external/lzma/CPP/Common/
CrcReg.cpp
61
UInt32 val =
CRC_GET_DIGEST
(_crc);
/external/lzma/CPP/7zip/UI/Common/
Bench.cpp
883
UInt32 crcNew =
CRC_GET_DIGEST
(outStreamSpec->Crc);
994
if (crcOutStreamSpec->CalcCrc &&
CRC_GET_DIGEST
(crcOutStreamSpec->Crc) != crc)
[
all
...]
/external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp
849
headerCRC =
CRC_GET_DIGEST
(_crc);
Completed in 279 milliseconds