Searched refs:iLabel (Results 1 - 8 of 8) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DIdenticalBlockCombiner.java79 int iLabel = preds.get(i);
81 BasicBlock iBlock = blocks.labelToBlock(iLabel);
83 if (toDelete.get(iLabel)
105 combineBlocks(iLabel, toCombine);
/external/srec/tools/grxmlcompile/
H A Dnetw_arc.h37 NUANArc (int iLabel, int oLabel) argument
39 inputLabel= iLabel;
49 NUANArc (int iLabel, int oLabel, int from, int to) argument
51 inputLabel= iLabel;
162 int Transduce (int iLabel) argument
164 if (inputLabel == iLabel)
H A Dsub_base.cpp71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to) argument
73 assert (!(iLabel == NONE_LABEL && from == to));
75 NUANArc *arc_one= new NUANArc (iLabel, oLabel, from, to);
H A Dsub_grph.h209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
/external/chromium_org/third_party/sqlite/src/src/
H A Ddelete.c489 int iLabel; /* Label resolved to end of generated code */ local
497 iLabel = sqlite3VdbeMakeLabel(v);
498 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
526 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel
533 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
559 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel
565 sqlite3VdbeResolveLabel(v, iLabel);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c81753 int iLabel; /* Label resolved to end of generated code */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c85962 int iLabel; /* Label resolved to end of generated code */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c85998 int iLabel; /* Label resolved to end of generated code */ local
[all...]

Completed in 567 milliseconds