Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:outputLabel

40         outputLabel= oLabel;
52 outputLabel= oLabel;
66 outputLabel= arcsrc->outputLabel;
80 outputLabel= arcsrc->outputLabel;
116 outputLabel= Id;
138 int GetOutput() { return outputLabel; };
165 return outputLabel;
186 else if (outputLabel > test->outputLabel)
188 else if (outputLabel < test->outputLabel)
200 else if (outputLabel > test->outputLabel)
202 else if (outputLabel < test->outputLabel)
222 else if (outputLabel > test->outputLabel)
224 else if (outputLabel < test->outputLabel)
240 else if (outputLabel > test->outputLabel)
242 else if (outputLabel < test->outputLabel)
266 else if (outputLabel > test->outputLabel)
268 else if (outputLabel < test->outputLabel)
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);
332 int outputLabel; /* output label */