Home | History | Annotate | Download | only in LzmaCon

Lines Matching refs:UInt32

136 static bool GetNumber(const wchar_t *s, UInt32 &value)

146 static void ParseUInt32(const CParser &parser, unsigned index, UInt32 &res)
167 bool unsupportedTypes = (sizeof(Byte) != 1 || sizeof(UInt32) < 4 || sizeof(UInt64) < 4);
201 UInt32 dict = (UInt32)(Int32)-1;
204 UInt32 dicLog;
217 UInt32 level = 5;
230 UInt32 numThreads = (UInt32)(Int32)-1;
235 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors();
262 const UInt32 kNumDefaultItereations = 1;
263 UInt32 numIterations = kNumDefaultItereations;
281 if (numThreads == (UInt32)(Int32)-1)
419 UInt32 pb = 2;
420 UInt32 lc = 3; // = 0; for 32-bit data
421 UInt32 lp = 0; // = 2; for 32-bit data
422 UInt32 algo = 1;
423 UInt32 fb = 128;
424 UInt32 mc = 16 + fb / 2;
459 props[0].ulVal = (UInt32)dict;
460 props[1].ulVal = (UInt32)pb;
461 props[2].ulVal = (UInt32)lc;
462 props[3].ulVal = (UInt32)lp;
463 props[4].ulVal = (UInt32)algo;
464 props[5].ulVal = (UInt32)fb;
473 props[8].ulVal = (UInt32)numThreads;
477 props[9].ulVal = (UInt32)mc;
518 const UInt32 kPropertiesSize = 5;