Home
last modified time | relevance | path

Searched refs:iLabel (Results 1 – 8 of 8) 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/dexmaker/src/dx/java/com/android/dx/ssa/back/
DIdenticalBlockCombiner.java79 int iLabel = preds.get(i); in process() local
81 BasicBlock iBlock = blocks.labelToBlock(iLabel); in process()
83 if (toDelete.get(iLabel) in process()
105 combineBlocks(iLabel, toCombine); in process()
/external/chromium_org/third_party/sqlite/src/src/
Ddelete.c489 int iLabel; /* Label resolved to end of generated code */ in sqlite3GenerateRowDelete() local
497 iLabel = sqlite3VdbeMakeLabel(v); in sqlite3GenerateRowDelete()
498 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); in sqlite3GenerateRowDelete()
526 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel in sqlite3GenerateRowDelete()
533 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); in sqlite3GenerateRowDelete()
559 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel in sqlite3GenerateRowDelete()
565 sqlite3VdbeResolveLabel(v, iLabel); in sqlite3GenerateRowDelete()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c81753 int iLabel; /* Label resolved to end of generated code */
81761 iLabel = sqlite3VdbeMakeLabel(v);
81762 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
81790 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel
81797 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
81823 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel
81829 sqlite3VdbeResolveLabel(v, iLabel);
/external/sqlite/dist/orig/
Dsqlite3.c85962 int iLabel; /* Label resolved to end of generated code */
85970 iLabel = sqlite3VdbeMakeLabel(v);
85971 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
85999 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel
86006 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
86032 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel
86038 sqlite3VdbeResolveLabel(v, iLabel);
/external/sqlite/dist/
Dsqlite3.c85998 int iLabel; /* Label resolved to end of generated code */
86006 iLabel = sqlite3VdbeMakeLabel(v);
86007 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
86035 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel
86042 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
86068 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel
86074 sqlite3VdbeResolveLabel(v, iLabel);