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

Lines Matching full:uint32

26 static const UInt32 k_NumFastBytes_ForHeaders = 273;

27 static const UInt32 k_Level_ForHeaders = 5;
28 static const UInt32 k_Dictionary_ForHeaders =
35 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type)
89 , UInt32 numThreads
118 UInt32 dicSize;
124 case k_Deflate: dicSize = (UInt32)1 << 15; break;
231 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems,
280 for (UInt32 i = 0; i < numItems; i++)
283 UInt32 indexInArchive;
345 UInt32 dataSize;
346 UInt32 propType;
510 for (i = 0; i < (UInt32)updateItems.Size(); i++)
638 static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UInt32 &stream)
763 UInt32 number;
795 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps)
801 for (UInt32 i = 0; i < numProps; i++)
837 if (bind.InCoder < (UInt32)numEmptyMethods ||
838 bind.OutCoder < (UInt32)numEmptyMethods)
844 bind.InCoder -= (UInt32)numEmptyMethods;
845 bind.OutCoder -= (UInt32)numEmptyMethods;
866 if (bind.InCoder >= (UInt32)_methods.Size() ||
867 bind.OutCoder >= (UInt32)_methods.Size())