Searched defs:_crc (Results 1 - 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Archive/Common/ | ||
H A D | InStreamWithCRC.h | 23 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 D | OutStreamWithCRC.h | 18 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 D | InOutTempBuffer.h | 21 UInt32 _crc;
member in class:CInOutTempBuffer |
/external/lzma/CPP/7zip/Archive/7z/ | ||
H A D | 7zOut.h | 113 UInt32 _crc;
member in class:NArchive::N7z::COutArchive |
Completed in 101 milliseconds