Lines Matching full:uint32
34 static const UInt32 kLzmaAlgoX1 = 0;
35 static const UInt32 kLzmaAlgoX5 = 1;
37 static const UInt32 kLzmaDicSizeX1 = 1 << 16;
38 static const UInt32 kLzmaDicSizeX3 = 1 << 20;
39 static const UInt32 kLzmaDicSizeX5 = 1 << 24;
40 static const UInt32 kLzmaDicSizeX7 = 1 << 25;
41 static const UInt32 kLzmaDicSizeX9 = 1 << 26;
43 static const UInt32 kLzmaFastBytesX1 = 32;
44 static const UInt32 kLzmaFastBytesX7 = 64;
46 static const UInt32 kPpmdMemSizeX1 = (1 << 22);
47 static const UInt32 kPpmdMemSizeX5 = (1 << 24);
48 static const UInt32 kPpmdMemSizeX7 = (1 << 26);
49 static const UInt32 kPpmdMemSizeX9 = (192 << 20);
51 static const UInt32 kPpmdOrderX1 = 4;
52 static const UInt32 kPpmdOrderX5 = 6;
53 static const UInt32 kPpmdOrderX7 = 16;
54 static const UInt32 kPpmdOrderX9 = 32;
56 static const UInt32 kDeflateAlgoX1 = 0;
57 static const UInt32 kDeflateAlgoX5 = 1;
59 static const UInt32 kDeflateFastBytesX1 = 32;
60 static const UInt32 kDeflateFastBytesX7 = 64;
61 static const UInt32 kDeflateFastBytesX9 = 128;
63 static const UInt32 kDeflatePassesX1 = 1;
64 static const UInt32 kDeflatePassesX7 = 3;
65 static const UInt32 kDeflatePassesX9 = 10;
67 static const UInt32 kBZip2NumPassesX1 = 1;
68 static const UInt32 kBZip2NumPassesX7 = 2;
69 static const UInt32 kBZip2NumPassesX9 = 7;
71 static const UInt32 kBZip2DicSizeX1 = 100000;
72 static const UInt32 kBZip2DicSizeX3 = 500000;
73 static const UInt32 kBZip2DicSizeX5 = 900000;
78 static const UInt32 kDictionaryForHeaders = 1 << 20;
79 static const UInt32 kNumFastBytesForHeaders = 273;
80 static const UInt32 kAlgorithmForHeaders = kLzmaAlgoX5;
144 UInt32 value = srcProp.ulVal;
194 , UInt32 numThreads
198 UInt32 level = _level;
204 UInt32 dicSize =
211 UInt32 algo =
215 UInt32 fastBytes =
233 UInt32 fastBytes =
238 UInt32 numPasses =
243 UInt32 algo =
253 UInt32 numPasses =
258 UInt32 dicSize =
271 UInt32 useMemSize =
277 UInt32 order =
344 UInt32 dicSize;
363 UInt32 number;
534 UInt32 number;
602 UInt32 dicSize;