Lines Matching full:uint32
37 unsigned ParseStringToUInt32(const UString &srcString, UInt32 &number)
45 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
62 UInt32 v;
69 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads)
93 static HRESULT StringToDictSize(const UString &s, UInt32 &dicSize)
96 UInt32 number = ConvertStringToUInt32(s, &end);
105 dicSize = (UInt32)1 << (unsigned)number;
117 if (number >= ((UInt32)1 << (kLogDictSizeLimit - numBits)))
123 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, UInt32 &resValue)
127 UInt32 v = prop.ulVal;
130 resValue = (UInt32)1 << v;
138 void CProps::AddProp32(PROPID propid, UInt32 level)
143 prop.Value = (UInt32)level;
213 UInt32 level = Props[i].Value.ulVal;
340 UInt32 dicSize;
358 UInt32 number;
410 UInt32 dicSize;