Searched defs:_crc (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DInStreamWithCRC.h23 UInt32 _crc; member in class:CSequentialInStreamWithCRC
31 _crc = CRC_INIT_VAL;
34 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); }
51 UInt32 _crc; member in class:CInStreamWithCRC
59 _crc = CRC_INIT_VAL;
62 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); }
H A DOutStreamWithCRC.h18 UInt32 _crc; member in class:COutStreamWithCRC
29 _crc = CRC_INIT_VAL;
31 void InitCRC() { _crc = CRC_INIT_VAL; }
33 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); }
/external/lzma/CPP/7zip/Common/
H A DInOutTempBuffer.h21 UInt32 _crc; member in class:CInOutTempBuffer
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h113 UInt32 _crc; member in class:NArchive::N7z::COutArchive

Completed in 116 milliseconds