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

Lines Matching full:uint32

49 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)

59 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 * /* numProperties */)
64 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */,
116 case kpidNumBlocks: prop = (UInt32)_db.Folders.Size(); break;
144 static UString ConvertUInt32ToString(UInt32 value)
151 static UString GetStringForSizeValue(UInt32 value)
154 if ((UInt32(1) << i) == value)
193 bool CHandler::IsEncrypted(UInt32 index2) const
201 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
214 UInt32 index2 = index;
281 propsString = ConvertUInt32ToString((UInt32)coder.Props[0] + 1);
284 UInt32 dicSize = GetUi32((const Byte *)coder.Props + 1);
290 UInt32 dicSize = (((UInt32)2 | ((p) & 1)) << ((p) / 2 + 11));
299 UInt32 dicSize = GetUi32((const Byte *)coder.Props + 1);
306 UInt32 numCyclesPower = firstByte & 0x3F;
311 UInt32 saltSize = (firstByte >> 7) & 1;
312 UInt32 ivSize = (firstByte >> 6) & 1;
352 prop = (UInt32)folderIndex;
450 const UInt32 numProcessors = NSystem::GetNumberOfProcessors();
460 UInt32 number;