Searched refs:expectedDataSize (Results 1 - 11 of 11) sorted by relevance
/third_party/lzma/C/ |
H A D | Lzma2Enc.c | 359 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 D | MtCoder.h | 80 UInt64 expectedDataSize;
member
|
H A D | LzFind.h | 53 UInt64 expectedDataSize;
member
|
H A D | XzEnc.c | 964 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 D | LzFind.c | 239 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 D | MtCoder.c | 186 && mtc->expectedDataSize != readProcessed)
in ThreadFunc2() 349 p->expectedDataSize = (UInt64)(Int64)-1;
in MtCoder_Construct()
|
H A D | LzmaEnc.c | 610 MFB.expectedDataSize = expectedDataSiize;
in LzmaEnc_SetDataSize()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zEncode.h | 79 UInt64 expectedDataSize,
|
H A D | 7zEncode.cpp | 318 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 D | 7zUpdate.cpp | 2481 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 D | TextureViewTests.cpp | 532 uint32_t expectedDataSize = 535 std::vector<RGBA8> expected(expectedDataSize, kExpectedPixel);
|
Completed in 17 milliseconds