Home | History | Annotate | Download | only in LzmaAlone

Lines Matching full:int32

99 		static bool GetNumber(string s, out Int32 v)

108 v += (Int32)(c - '0');
171 Int32 dictionary = 1 << 21;
174 Int32 dicLog;
177 dictionary = (Int32)1 << dicLog;
187 const Int32 kNumDefaultItereations = 10;
188 Int32 numIterations = kNumDefaultItereations;
245 Int32 posStateBits = 2;
246 Int32 litContextBits = 3; // for normal files
248 Int32 litPosBits = 0;
250 Int32 algorithm = 2;
251 Int32 numFastBytes = 128;
285 (Int32)(dictionary),
286 (Int32)(posStateBits),
287 (Int32)(litContextBits),
288 (Int32)(litPosBits),
289 (Int32)(algorithm),
290 (Int32)(numFastBytes),