Lines Matching refs:Int32
99 static bool GetNumber(string s, out Int32 v) in GetNumber()
108 v += (Int32)(c - '0'); in GetNumber()
171 Int32 dictionary = 1 << 21; in Main2()
174 Int32 dicLog; in Main2()
177 dictionary = (Int32)1 << dicLog; in Main2()
187 const Int32 kNumDefaultItereations = 10; in Main2()
188 Int32 numIterations = kNumDefaultItereations; in Main2()
245 Int32 posStateBits = 2; in Main2()
246 Int32 litContextBits = 3; // for normal files in Main2()
248 Int32 litPosBits = 0; in Main2()
250 Int32 algorithm = 2; in Main2()
251 Int32 numFastBytes = 128; in Main2()
285 (Int32)(dictionary), in Main2()
286 (Int32)(posStateBits), in Main2()
287 (Int32)(litContextBits), in Main2()
288 (Int32)(litPosBits), in Main2()
289 (Int32)(algorithm), in Main2()
290 (Int32)(numFastBytes), in Main2()