Home
last modified time | relevance | path

Searched refs:CRC_GET_DIGEST (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DInStreamWithCRC.h34 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } in GetCRC()
62 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } in GetCRC()
DOutStreamWithCRC.h33 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } in GetCRC()
/external/chromium_org/third_party/lzma_sdk/
D7zCrc.h17 #define CRC_GET_DIGEST(crc) ((crc) ^ CRC_INIT_VAL) macro
/external/lzma/C/
D7zCrc.h17 #define CRC_GET_DIGEST(crc) ((crc) ^ CRC_INIT_VAL) macro
DXz.c71 SetUi32(digest, CRC_GET_DIGEST(p->crc)); in XzCheck_Final()
DXzEnc.c107 SetUi32(buf, CRC_GET_DIGEST(crc)); in Xz_WriteFooter()
DXzDec.c818 if (CRC_GET_DIGEST(p->crc) != GetUi32(p->buf)) in XzUnpacker_Code()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp648 if (CRC_GET_DIGEST(crcOutStreamSpec->Crc) != crc) in Decode()
930 return CRC_GET_DIGEST(crc); in CrcCalc1()
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp816 headerCRC = CRC_GET_DIGEST(_crc); in WriteDatabase()