Searched refs:CRCs (Results 1 – 18 of 18) sorted by relevance
/external/lzma/DOC/ |
D | 7zFormat.txt | 41 CRCs[NumPackStreams] 66 CRCs[NumFolders] 72 CRCs[] 215 UINT32 CRCs[NumDefined]
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zFolderInStream.cpp | 24 CRCs.Clear(); in Init() 64 CRCs.Add(_inStreamWithHashSpec->GetCRC()); in AddDigest()
|
D | 7zFolderInStream.h | 38 CRecordVector<UInt32> CRCs; variable
|
D | 7zUpdate.cpp | 1297 file.Crc = inStreamSpec->CRCs[subIndex]; in Update()
|
/external/valgrind/none/tests/x86/ |
D | x86locked.stdout.exp | 1 x86locked: PASS: CRCs actual 0xB2D75045 expected 0xB2D75045
|
/external/valgrind/none/tests/amd64/ |
D | amd64locked.stdout.exp | 1 amd64locked: PASS: CRCs actual 0xDF0656F1 expected 0xDF0656F1
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/ |
D | crcmod.rst | 11 for calculating CRCs of byte strings using common CRC algorithms. 29 Function factory that returns a new function for calculating CRCs 35 those that generate 8, 16, 24, 32, or 64 bit CRCs. 113 Returns a new :class:`Crc` object for calculating CRCs using a specified CRC algorithm. 120 those that generate 8, 16, 24, 32, or 64 bit CRCs.
|
D | crcmod.predefined.rst | 11 for calculating CRCs of byte strings using common predefined CRC algorithms. 84 Function factory that returns a new function for calculating CRCs 138 Returns a new :class:`Crc` object for calculating CRCs using a specified CRC algorithm.
|
/external/lzma/C/ |
D | 7zArcIn.c | 140 SzBitUi32s_Init(&p->CRCs); in SzArEx_Init() 159 SzBitUi32s_Free(&p->CRCs, alloc); in SzArEx_Free() 1359 RINOK(SzBitUi32s_Alloc(&p->CRCs, p->NumFiles, allocMain)); in SzReadHeader2() 1381 p->CRCs.Defs[byteIndex] = crcMask; in SzReadHeader2() 1388 p->CRCs.Vals[i] = 0; in SzReadHeader2() 1463 p->CRCs.Vals[i] = p->db.FolderCRCs.Vals[folderIndex]; in SzReadHeader2() 1468 p->CRCs.Vals[i] = GetUi32(digestsVals + (size_t)digestsValsIndex * 4); in SzReadHeader2() 1482 p->CRCs.Vals[i] = GetUi32(digestsVals + (size_t)digestsValsIndex * 4); in SzReadHeader2() 1492 p->CRCs.Defs[byteIndex] = crcMask; in SzReadHeader2() 1773 …if (SzBitWithVals_Check(&p->CRCs, fileIndex) && CrcCalc(*tempBuf + *offset, *outSizeProcessed) != … in SzArEx_Extract()
|
D | 7z.h | 150 CSzBitUi32s CRCs; member
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/ |
D | changelog | 30 * Add 24-bit CRCs as one of the options.
|
D | README | 2 crcmod for Calculating CRCs
|
/external/bzip2/ |
D | CHANGES | 131 the CRCs. What this means is that the program should
|
D | bzip2.txt | 100 CRCs to make sure that the decompressed version of a file
|
D | bzip2.1.preformatted | 103 CRCs to make sure that the decompressed version of a file
|
/external/gptfdisk/ |
D | README | 252 - The code used to generate CRCs is taken from the efone program by
|
/external/zlib/src/doc/ |
D | rfc1952.txt | 605 /* Table of CRCs of all 8-bit messages. */
|
/external/libpng/ |
D | libpng-manual.txt | 2369 png_set_crc_action) checking their CRCs while looking for the IEND chunk.
|