Searched refs:calcCrc (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Extract.cpp | 44 bool calcCrc,
in DecompressArchive() 218 const Int32 testMode = (options.TestMode && !calcCrc) ? 1: 0;
in DecompressArchive() 530 const bool calcCrc =
in Extract() local 543 calcCrc,
in Extract() 38 DecompressArchive( CCodecs *codecs, const CArchiveLink &arcLink, UInt64 packSize, const NWildcard::CCensorNode &wildcardCensor, const CExtractOptions &options, bool calcCrc, IExtractCallbackUI *callback, IFolderArchiveExtractCallback *callbackFAE, CArchiveExtractCallback *ecs, UString &errorMessage, UInt64 &stdInProcessed) DecompressArchive() argument
|
H A D | Bench.cpp | 310 void Init(bool realCopy, bool calcCrc)
314 CalcCrc = calcCrc;
1456 bool calcCrc = false;
1458 calcCrc = (((UInt32)i & mask) == 0);
1463 if (i == numIterations - 1 || calcCrc || useRealData_Enc)
1471 if (calcCrc)
1474 calcCrc ? &outStreamSpec->Crc : NULL);
1478 outStreamSpec->Init(true, calcCrc); // write real data for speed consistency at any number of iterations
1493 if (calcCrc)
1626 bool calcCrc [all...] |
Completed in 3 milliseconds