Lines Matching full:uint32
134 static bool GetNumber(const wchar_t *s, UInt32 &value)
145 value = UInt32(res);
149 static void ParseUInt32(const CParser &parser, int index, UInt32 &res)
170 bool unsupportedTypes = (sizeof(Byte) != 1 || sizeof(UInt32) < 4 || sizeof(UInt64) < 4);
202 UInt32 dict = (UInt32)-1;
205 UInt32 dicLog;
215 UInt32 numThreads = (UInt32)-1;
220 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors();
232 const UInt32 kNumDefaultItereations = 1;
233 UInt32 numIterations = kNumDefaultItereations;
242 if (numThreads == (UInt32)-1)
380 UInt32 pb = 2;
381 UInt32 lc = 3; // = 0; for 32-bit data
382 UInt32 lp = 0; // = 2; for 32-bit data
383 UInt32 algo = 1;
384 UInt32 fb = 128;
385 UInt32 mc = 16 + fb / 2;
420 props[0].ulVal = (UInt32)dict;
421 props[1].ulVal = (UInt32)pb;
422 props[2].ulVal = (UInt32)lc;
423 props[3].ulVal = (UInt32)lp;
424 props[4].ulVal = (UInt32)algo;
425 props[5].ulVal = (UInt32)fb;
434 props[8].ulVal = (UInt32)numThreads;
438 props[9].ulVal = (UInt32)mc;
479 const UInt32 kPropertiesSize = 5;