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 | 71120 int iLabel; /* Label resolved to end of generated code */ 71128 iLabel = sqlite3VdbeMakeLabel(v); 71129 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 71159 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel 71166 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 71192 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel 71198 sqlite3VdbeResolveLabel(v, iLabel);
|
D | sqlite3.c.orig | 71109 int iLabel; /* Label resolved to end of generated code */ 71117 iLabel = sqlite3VdbeMakeLabel(v); 71118 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 71148 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel 71155 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 71181 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel 71187 sqlite3VdbeResolveLabel(v, iLabel);
|