Lines Matching refs:CRCs
146 SzBitUi32s_INIT(&p->CRCs)
164 SzBitUi32s_Free(&p->CRCs, alloc);
1326 RINOK(SzBitUi32s_Alloc(&p->CRCs, p->NumFiles, allocMain))
1348 p->CRCs.Defs[byteIndex] = crcMask;
1355 p->CRCs.Vals[i] = 0;
1416 p->CRCs.Vals[i] = p->db.FolderCRCs.Vals[folderIndex];
1433 p->CRCs.Vals[i] = GetUi32(digestsVals);
1445 p->CRCs.Defs[byteIndex] = crcMask;
1718 if (SzBitWithVals_Check(&p->CRCs, fileIndex))
1719 if (CrcCalc(*tempBuf + *offset, *outSizeProcessed) != p->CRCs.Vals[fileIndex])