Searched refs:iLabel (Results 1 – 5 of 5) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | netw_arc.h | 37 NUANArc (int iLabel, int oLabel) in NUANArc() argument 39 inputLabel= iLabel; in NUANArc() 49 NUANArc (int iLabel, int oLabel, int from, int to) in NUANArc() argument 51 inputLabel= iLabel; in NUANArc() 162 int Transduce (int iLabel) in Transduce() argument 164 if (inputLabel == iLabel) in Transduce()
|
D | sub_base.cpp | 71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to) in CreateArc() argument 73 assert (!(iLabel == NONE_LABEL && from == to)); in CreateArc() 75 NUANArc *arc_one= new NUANArc (iLabel, oLabel, from, to); in CreateArc()
|
D | sub_grph.h | 209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
|
/external/sqlite/dist/ |
D | sqlite3.c | 79485 int iLabel; /* Label resolved to end of generated code */ 79493 iLabel = sqlite3VdbeMakeLabel(v); 79494 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 79522 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel 79529 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 79555 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel 79561 sqlite3VdbeResolveLabel(v, iLabel);
|
D | sqlite3.c.orig | 79478 int iLabel; /* Label resolved to end of generated code */ 79486 iLabel = sqlite3VdbeMakeLabel(v); 79487 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 79515 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel 79522 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 79548 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel 79554 sqlite3VdbeResolveLabel(v, iLabel);
|