Home
last modified time | relevance | path

Searched refs:CRCs (Results 1 – 19 of 19) sorted by relevance

/external/lzma/DOC/
D7zFormat.txt41 CRCs[NumPackStreams]
66 CRCs[NumFolders]
72 CRCs[]
215 UINT32 CRCs[NumDefined]
/external/lzma/CPP/7zip/Archive/7z/
D7zFolderInStream.cpp19 CRCs.ClearAndReserve(numFiles); in Init()
72 CRCs.Add(CRC_GET_DIGEST(_crc)); in AddFileInfo()
D7zFolderInStream.h39 CRecordVector<UInt32> CRCs; variable
D7zUpdate.cpp2423 file.Crc = inStreamSpec->CRCs[subIndex]; in Update()
/external/crosvm/media/cros-codecs/src/decoders/vp8/test_data/
DREADME.md5 Unless otherwise noted, the CRCs were computed using GStreamer's VA-API decoder in
/external/lzma/C/
D7zArcIn.c143 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 …]
D7z.h115 CSzBitUi32s CRCs; member
/external/crosvm/media/cros-codecs/src/decoders/vp9/test_data/
DREADME.md5 Unless otherwise noted, the CRCs were computed using GStreamer's VA-API decoder in
/external/crosvm/media/cros-codecs/src/decoders/h264/test_data/
DREADME.md5 Unless otherwise noted, the CRCs were computed using GStreamer's VA-API decoder in
/external/cronet/base/third_party/cityhash/
DREADME25 on some CPUs. However, none of the functions we provide are CRCs.
/external/bzip2/
DCHANGES131 the CRCs. What this means is that the program should
Dbzip2.txt100 CRCs to make sure that the decompressed version of a file
Dbzip2.1.preformatted103 CRCs to make sure that the decompressed version of a file
/external/gptfdisk/
DREADME268 - The code used to generate CRCs is taken from the efone program by
/external/rust/crates/libz-sys/src/zlib/doc/
Drfc1952.txt605 /* Table of CRCs of all 8-bit messages. */
/external/rust/crates/libz-sys/src/zlib-ng/doc/
Drfc1952.txt605 /* Table of CRCs of all 8-bit messages. */
/external/igt-gpu-tools/
DNEWS125 CRCs. (Maarten Lankhorst)
/external/libpng/
Dlibpng-manual.txt2422 png_set_crc_action) checking their CRCs while looking for the IEND chunk.
DCHANGES5716 ignore the ADLER32 checksum in the IDAT chunk as well as the chunk CRCs.