Home | History | Annotate | Download | only in 7z

Lines Matching refs:UInt32

32 static const UInt32 kDictionaryForBCJ2_LZMA = 1 << 20;

33 static const UInt32 kAlgorithmForBCJ2_LZMA = 1;
34 static const UInt32 kNumFastBytesForBCJ2_LZMA = 64;
246 UInt32 Index;
247 UInt32 ExtensionPos;
248 UInt32 NamePos;
250 CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType):
322 CRecordVector<UInt32> Indices;
344 static inline void GetMethodFull(UInt64 methodID, UInt32 numInStreams, CMethodFull &methodResult)
388 prop.Value = (UInt32)1;
454 UInt32 _startIndex;
472 HRESULT Init(const CArchiveDatabaseEx *db, UInt32 startIndex,
477 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
480 HRESULT CFolderOutStream2::Init(const CArchiveDatabaseEx *db, UInt32 startIndex,
531 STDMETHODIMP CFolderOutStream2::Write(const void *data, UInt32 size, UInt32 *processedSize)
539 UInt32 cur = size < _rem ? size : (UInt32)_rem;
590 UInt32 NumThreads;
792 const UInt32 kMinReduceSize = (1 << 16);
1022 CRecordVector<UInt32> indices;
1027 UInt32 index = refItems[i].Index;