Home
last modified time | relevance | path

Searched refs:iLabel (Results 1 – 5 of 5) sorted by relevance

/external/srec/tools/grxmlcompile/
Dnetw_arc.h37 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()
Dsub_base.cpp71 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()
Dsub_grph.h209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
/external/sqlite/dist/
Dsqlite3.c71120 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);
Dsqlite3.c.orig71109 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);