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

  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 1156 UInt32 nextHeaderCRC = Get32(_header + 0x1C);
1160 if (crcFromArchive == 0 && nextHeaderOffset == 0 && nextHeaderSize == 0 && nextHeaderCRC == 0)
1182 nextHeaderCRC = CrcCalc(buf + i, (size_t)nextHeaderSize);
1212 if (CrcCalc(buffer2, (UInt32)nextHeaderSize) != nextHeaderCRC)
    [all...]
  /external/lzma/C/
7zIn.c 1224 UInt32 nextHeaderCRC;
1240 nextHeaderCRC = GetUi32(header + 28);
1274 if (CrcCalc(buffer.data, nextHeaderSizeT) == nextHeaderCRC)
    [all...]

Completed in 42 milliseconds