Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:inputLabel

39         inputLabel= iLabel;
51 inputLabel= iLabel;
65 inputLabel= arcsrc->inputLabel;
79 inputLabel= arcsrc->inputLabel;
111 inputLabel= Id;
134 int GetInput() { return inputLabel; };
164 if (inputLabel == iLabel)
182 else if (inputLabel > test->inputLabel)
184 else if (inputLabel < test->inputLabel)
196 if (inputLabel > test->inputLabel)
198 else if (inputLabel < test->inputLabel)
218 else if (inputLabel > test->inputLabel)
220 else if (inputLabel < test->inputLabel)
236 else if (inputLabel > test->inputLabel)
238 else if (inputLabel < test->inputLabel)
262 else if (inputLabel > test->inputLabel)
264 else if (inputLabel < test->inputLabel)
284 if (inputLabel == test->inputLabel && outputLabel == test->outputLabel && fromId == test->fromId && toId == test->toId)
292 if (inputLabel == test->inputLabel && outputLabel == test->outputLabel)
300 if (inputLabel == test->inputLabel && outputLabel == test->outputLabel && toId == test->toId)
308 if (inputLabel == test->inputLabel && outputLabel == test->outputLabel && fromId == test->fromId)
318 printf ("%d %d %d %d (%d)\n", fromId, toId, inputLabel, outputLabel, centre);
323 printf ("%d %d %c %d (%d)\n", fromId, toId, inputLabel, outputLabel, centre);
331 int inputLabel; /* input label */