HomeSort by relevance Sort by last modified time
    Searched refs:iLabel (Results 1 - 4 of 4) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 79 int iLabel = preds.get(i);
81 BasicBlock iBlock = blocks.labelToBlock(iLabel);
83 if (toDelete.get(iLabel)
105 combineBlocks(iLabel, toCombine);
  /external/srec/tools/grxmlcompile/
netw_arc.h 37 NUANArc (int iLabel, int oLabel)
39 inputLabel= iLabel;
49 NUANArc (int iLabel, int oLabel, int from, int to)
51 inputLabel= iLabel;
162 int Transduce (int iLabel)
164 if (inputLabel == iLabel)
sub_base.cpp 71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to)
73 assert (!(iLabel == NONE_LABEL && from == to));
75 NUANArc *arc_one= new NUANArc (iLabel, oLabel, from, to);
sub_grph.h 209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);

Completed in 1284 milliseconds