Home
last modified time | relevance | path

Searched refs:expectedDataSize (Results 1 - 11 of 11) sorted by relevance

/third_party/lzma/C/
H A DLzma2Enc.c359 UInt64 expectedDataSize; member
392 p->expectedDataSize = (UInt64)(Int64)-1; in Lzma2Enc_Create()
481 p->expectedDataSize = expectedDataSiize; in Lzma2Enc_SetDataSize()
558 // inStream version works only in one thread. So we use CLzma2Enc::expectedDataSize in Lzma2Enc_EncodeMt1()
559 if (me->expectedDataSize != (UInt64)(Int64)-1 in Lzma2Enc_EncodeMt1()
560 && me->expectedDataSize >= unpackTotal) in Lzma2Enc_EncodeMt1()
561 expected = me->expectedDataSize - unpackTotal; in Lzma2Enc_EncodeMt1()
784 p->mtCoder.expectedDataSize = p->expectedDataSize; in Lzma2Enc_Encode2()
H A DMtCoder.h80 UInt64 expectedDataSize; member
H A DLzFind.h53 UInt64 expectedDataSize; member
H A DXzEnc.c964 UInt64 expectedDataSize; member
1044 p->expectedDataSize = (UInt64)(Int64)-1; in XzEnc_Create()
1072 p->expectedDataSize = expectedDataSiize; in XzEnc_SetDataSize()
1233 p->mtCoder.expectedDataSize = p->expectedDataSize; in XzEnc_Encode()
H A DLzFind.c239 p->expectedDataSize = (UInt64)(Int64)-1; in MatchFinder_Construct()
417 if (p->expectedDataSize < historySize) in MatchFinder_Create()
419 const UInt32 hs2 = MatchFinder_GetHashMask2(p, (UInt32)p->expectedDataSize); in MatchFinder_Create()
428 if (p->expectedDataSize < historySize) in MatchFinder_Create()
430 hsCur = MatchFinder_GetHashMask(p, (UInt32)p->expectedDataSize); in MatchFinder_Create()
H A DMtCoder.c186 && mtc->expectedDataSize != readProcessed) in ThreadFunc2()
349 p->expectedDataSize = (UInt64)(Int64)-1; in MtCoder_Construct()
H A DLzmaEnc.c610 MFB.expectedDataSize = expectedDataSiize; in LzmaEnc_SetDataSize()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.h79 UInt64 expectedDataSize,
H A D7zEncode.cpp318 UInt64 expectedDataSize, in Encode1()
435 NWindows::NCOM::CPropVariant prop = (UInt64)expectedDataSize; in Encode1()
313 Encode1( DECL_EXTERNAL_CODECS_LOC_VARS ISequentialInStream *inStream, const UInt64 *inSizeForReduce, UInt64 expectedDataSize, CFolder &folderItem, ISequentialOutStream *outStream, CRecordVector<UInt64> &packSizes, ICompressProgressInfo *compressProgress) Encode1() argument
H A D7zUpdate.cpp2481 sizeToEncode, // expectedDataSize in Update()
2699 const UInt64 expectedDataSize = totalSize; in Update() local
2708 expectedDataSize, // expected size in Update()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DTextureViewTests.cpp532 uint32_t expectedDataSize =
535 std::vector<RGBA8> expected(expectedDataSize, kExpectedPixel);

Completed in 17 milliseconds