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

Lines Matching full:uint32

28 static const UInt32 kLzmaAlgorithmX5 = 1;

30 static const UInt32 kDictionaryForHeaders =
37 static const UInt32 kNumFastBytesForHeaders = 273;
38 static const UInt32 kAlgorithmForHeaders = kLzmaAlgorithmX5;
43 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type)
83 prop.Value = (UInt32)kNumFastBytesForHeaders;
89 prop.Value = (UInt32)kDictionaryForHeaders;
107 , UInt32 numThreads
111 UInt32 level = _level;
187 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems,
209 for (UInt32 i = 0; i < numItems; i++)
212 UInt32 indexInArchive;
422 static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UInt32 &stream)