Home | History | Annotate | Download | only in LzmaAlone

Lines Matching refs:if

29 				if (fileIndex == 0)

35 if (num == 0)
38 if (fileIndex == 1)
105 if (c < '0' || c > '9')
123 if (args.Length == 0)
156 if (parser[(int)Key.Help1].ThereIs || parser[(int)Key.Help2].ThereIs)
165 if (paramIndex >= nonSwitchStrings.Count)
172 if (parser[(int)Key.Dictionary].ThereIs)
175 if (!GetNumber((string)parser[(int)Key.Dictionary].PostStrings[0], out dicLog))
181 if (parser[(int)Key.MatchFinder].ThereIs)
185 if (command == "b")
189 if (paramIndex < nonSwitchStrings.Count)
190 if (!GetNumber((string)nonSwitchStrings[paramIndex++], out numIterations))
196 if (parser[(int)Key.Train].ThereIs)
200 if (command == "e")
202 else if (command == "d")
211 if (stdInMode)
217 if (paramIndex >= nonSwitchStrings.Count)
224 if (stdOutMode)
230 if (paramIndex >= nonSwitchStrings.Count)
237 if (train.Length != 0)
240 if (encodeMode)
242 if (!dictionaryIsDefined)
255 if (parser[(int)Key.Mode].ThereIs)
256 if (!GetNumber((string)parser[(int)Key.Mode].PostStrings[0], out algorithm))
259 if (parser[(int)Key.FastBytes].ThereIs)
260 if (!GetNumber((string)parser[(int)Key.FastBytes].PostStrings[0], out numFastBytes))
262 if (parser[(int)Key.LitContext].ThereIs)
263 if (!GetNumber((string)parser[(int)Key.LitContext].PostStrings[0], out litContextBits))
265 if (parser[(int)Key.LitPos].ThereIs)
266 if (!GetNumber((string)parser[(int)Key.LitPos].PostStrings[0], out litPosBits))
268 if (parser[(int)Key.PosBits].ThereIs)
269 if (!GetNumber((string)parser[(int)Key.PosBits].PostStrings[0], out posStateBits))
299 if (eos || stdInMode)
305 if (trainStream != null)
314 if (trainFileSize > dictionary)
321 else if (command == "d")
324 if (inStream.Read(properties, 0, 5) != 5)
328 if (trainStream != null)
330 if (!decoder.Train(trainStream))
337 if (v < 0)