Searched refs:CRCs (Results 1 – 19 of 19) sorted by relevance
41 CRCs[NumPackStreams]66 CRCs[NumFolders]72 CRCs[]215 UINT32 CRCs[NumDefined]
19 CRCs.ClearAndReserve(numFiles); in Init()72 CRCs.Add(CRC_GET_DIGEST(_crc)); in AddFileInfo()
39 CRecordVector<UInt32> CRCs; variable
2423 file.Crc = inStreamSpec->CRCs[subIndex]; in Update()
5 Unless otherwise noted, the CRCs were computed using GStreamer's VA-API decoder in
143 SzBitUi32s_Init(&p->CRCs); in SzArEx_Init()161 SzBitUi32s_Free(&p->CRCs, alloc); in SzArEx_Free()1310 RINOK(SzBitUi32s_Alloc(&p->CRCs, p->NumFiles, allocMain)); in SzReadHeader2()1333 p->CRCs.Defs[byteIndex] = crcMask; in SzReadHeader2()1340 p->CRCs.Vals[i] = 0; in SzReadHeader2()1402 p->CRCs.Vals[i] = p->db.FolderCRCs.Vals[folderIndex]; in SzReadHeader2()1407 p->CRCs.Vals[i] = GetUi32(digestsVals + (size_t)digestsValsIndex * 4); in SzReadHeader2()1423 p->CRCs.Vals[i] = GetUi32(digestsVals + (size_t)digestsValsIndex * 4); in SzReadHeader2()1434 p->CRCs.Defs[byteIndex] = crcMask; in SzReadHeader2()1703 if (SzBitWithVals_Check(&p->CRCs, fileIndex)) in SzArEx_Extract()[all …]
115 CSzBitUi32s CRCs; member
25 on some CPUs. However, none of the functions we provide are CRCs.
131 the CRCs. What this means is that the program should
100 CRCs to make sure that the decompressed version of a file
103 CRCs to make sure that the decompressed version of a file
268 - The code used to generate CRCs is taken from the efone program by
605 /* Table of CRCs of all 8-bit messages. */
125 CRCs. (Maarten Lankhorst)
2422 png_set_crc_action) checking their CRCs while looking for the IEND chunk.
5716 ignore the ADLER32 checksum in the IDAT chunk as well as the chunk CRCs.