Home
last modified time | relevance | path

Searched refs:CRC_GET_DIGEST (Results 1 - 12 of 12) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/Common/
H A DInStreamWithCRC.h37 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } in GetCRC()
62 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); }
H A DOutStreamWithCRC.h32 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } in GetCRC()
/third_party/lzma/C/
H A D7zCrc.h17 #define CRC_GET_DIGEST(crc) ((crc) ^ CRC_INIT_VAL) macro
H A DXz.c73 SetUi32(digest, CRC_GET_DIGEST(p->crc)) in XzCheck_Final()
H A DXzEnc.c214 SetUi32(buf + 4, CRC_GET_DIGEST(crc)) in XzEncIndex_WriteFooter()
H A DXzDec.c1316 if (CRC_GET_DIGEST(p->crc) != GetUi32(ptr)) in XzUnpacker_Code()
/third_party/lzma/CPP/Common/
H A DCrcReg.cpp88 const UInt32 val = CRC_GET_DIGEST(_crc);
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp126 CRCs.AddInReserved(CRC_GET_DIGEST(_crc)); in AddFileInfo()
H A D7zExtract.cpp128 return CloseFile_and_SetResult((!_calcCrc || fi.Crc == CRC_GET_DIGEST(_crc)) ? in CloseFile()
H A D7zOut.cpp886 headerCRC = CRC_GET_DIGEST(_crc); in WriteDatabase()
H A D7zUpdate.cpp1480 if (!_calcCrc || fi.Crc == CRC_GET_DIGEST(_crc)) in CloseFile()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp1495 const UInt32 crc2 = CRC_GET_DIGEST(outStreamSpec->Crc);
1680 if (calcCrc && CRC_GET_DIGEST(crcOutStreamSpec->Crc) != crc)
2563 return CRC_GET_DIGEST(crc);

Completed in 19 milliseconds