Home | History | Annotate | Download | only in Archive

Lines Matching full:uint32

28   UInt32 dicSize = GetUi32(p);

32 if (dicSize == ((UInt32)2 << i) || dicSize == ((UInt32)3 << i))
55 UInt32 GetDicSize() const { return GetUi32(LzmaProps + 1); }
93 HRESULT ReadInput(Byte *data, UInt32 size, UInt32 *processedSize)
97 static const UInt32 k_BCJ = 0x03030103;
245 UInt32 v = 0;
258 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
264 static void DictSizeToString(UInt32 value, char *s)
267 if (((UInt32)1 << i) == value)
281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
307 const UInt32 kHeaderSize = 1 + 4 + 8;
352 const UInt32 kBufSize = 1 + 5 + 8 + 2;
426 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
432 if (numItems != (UInt32)(Int32)-1 && (numItems != 1 || indices[0] != 0))
488 const UInt32 kBufSize = 1 + 5 + 8;
490 const UInt32 headerSize = GetHeaderSize();
491 UInt32 processed;