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.c79485 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);
Dsqlite3.c.orig79478 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);