HomeSort by relevance Sort by last modified time
    Searched defs:GetCRC (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/Common/
InStreamWithCRC.h 34 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); }
62 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); }
OutStreamWithCRC.h 33 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); }

Completed in 449 milliseconds