/external/lzma/C/ |
D | 7zCrc.h | 21 UInt32 Z7_FASTCALL CrcCalc(const void *data, size_t size);
|
D | XzIn.c | 101 crc = CrcCalc(buf, size); in Xz_ReadIndex2() 221 if (GetUi32(buf_ptr) != CrcCalc(buf + 4, 6)) in Xz_ReadBackward()
|
D | 7zCrc.c | 298 UInt32 Z7_FASTCALL CrcCalc(const void *data, size_t size) in CrcCalc() function
|
D | XzEnc.c | 64 crc = CrcCalc(header + XZ_SIG_SIZE, XZ_STREAM_FLAGS_SIZE); in Xz_WriteHeader() 95 SetUi32(header + pos, CrcCalc(header, pos)) in XzBlock_WriteHeader() 220 SetUi32(buf + 8, CrcCalc(buf + 8 + 4, 6)) in XzEncIndex_WriteFooter()
|
D | 7zArcIn.c | 1542 if (CrcCalc(header + 12, 20) != GetUi32(header + 8)) in SzArEx_Open2() 1575 if (CrcCalc(buf.data, nextHeaderSizeT) == nextHeaderCRC) in SzArEx_Open2() 1719 if (CrcCalc(*tempBuf + *offset, *outSizeProcessed) != p->CRCs.Vals[fileIndex]) in SzArEx_Extract()
|
D | 7zDec.c | 668 if (CrcCalc(outBuffer, outSize) != p->FolderCRCs.Vals[folderIndex]) in SzAr_DecodeFolder()
|
D | XzDec.c | 791 if (CrcCalc(buf + XZ_SIG_SIZE, XZ_STREAM_FLAGS_SIZE) != in Xz_ParseHeader() 800 && GetUi32(buf) == CrcCalc(buf + 4, 6) in Xz_CheckFooter() 846 if (CrcCalc(header, headerSize) != GetUi32(header + headerSize)) in XzBlock_Parse()
|
/external/lzma/CPP/7zip/Archive/ |
D | GptHandler.cpp | 201 if (CrcCalc(_buffer + kSectorSize, headerSize) != crc) 230 if (CrcCalc(_buffer, tableSize) != entriesCrc)
|
D | ArjHandler.cpp | 306 if (Get32(p + blockSize) != CrcCalc(p, blockSize)) in IsArc_Arj() 555 if (Get32(_block + _blockSize) != CrcCalc(_block, _blockSize)) in ReadBlock()
|
D | CramfsHandler.cpp | 340 if (CrcCalc(_data, _h.Size) != _h.Crc)
|
D | UefiHandler.cpp | 1133 if (CrcCalc(bufData + newOffset, newSectSize) != Get32(p + kHeaderSize))
|
/external/lzma/CPP/7zip/Crypto/ |
D | ZipStrong.cpp | 259 if (GetUi32(p + validSize) != CrcCalc(p, validSize)) in Init_and_CheckPassword()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 325 return CrcCalc(p + 12, 20) == Get32(p + 8); in TestStartCrc() 1222 if (CrcCalc(data, unpackSize) != folders.FolderCRCs.Vals[i]) in ReadAndDecodePackedStreams() 1636 nextHeaderCRC = CrcCalc(buf + i, (size_t)nextHeaderSize); in ReadDatabase2() 1688 if (CrcCalc(buffer2, nextHeaderSize_t) != nextHeaderCRC) in ReadDatabase2()
|
D | 7zOut.cpp | 75 SetUInt32(buf + 8, CrcCalc(buf + 8 + 4, 20)); in WriteStartHeader() 569 outFolders.FolderUnpackCRCs.Vals.Add(CrcCalc(data, data.Size())); in EncodeStream()
|
/external/lzma/CPP/7zip/Archive/Zip/ |
D | ZipItem.cpp | 394 if (CrcCalc(s, s.Len()) != GetUi32(p + 1)) in CheckIzUnicode()
|
D | ZipOut.cpp | 124 Write32(CrcCalc(item.Name.Ptr(), item.Name.Len())); in WriteUtfName()
|
/external/lzma/CPP/7zip/Archive/Tar/ |
D | TarOut.cpp | 579 ConvertUInt32ToHex8Digits(CrcCalc(item.Name, namePos - 1), temp); in WriteHeader()
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 170 if (CrcCalc(buf + pos + 12, 20) == GetUi32(buf + pos + 8)) in FindSignature()
|
/external/lzma/C/Util/7zipInstall/ |
D | 7zipInstall.c | 469 if (CrcCalc(buf + pos + 12, 20) == GetUi32(buf + pos + 8)) in FindSignature()
|
/external/lzma/CPP/7zip/Compress/ |
D | Rar3Vm.cpp | 818 const UInt32 crc = CrcCalc(code, codeSize); in FindStandardFilter()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 1249 crc = CrcCalc((const Byte *)rg, rg.Size()); 1913 crc = CrcCalc(fileData, uncompressedDataSize); 2660 sum += CrcCalc(buf + i + j, j);
|
/external/lzma/CPP/7zip/Archive/Rar/ |
D | RarHandler.cpp | 179 return Get16(header) == (UInt16)(CrcCalc(header + 2, headerSize - 2) & 0xFFFF); in CheckHeaderCrc()
|
D | Rar5Handler.cpp | 716 if (CrcCalc(_buf + 4, _bufSize - 4) != Get32(buf))
|