OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iLabel
(Results
1 - 6
of
6
) sorted by null
/dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java
74
int
iLabel
= preds.get(i);
76
BasicBlock iBlock = blocks.labelToBlock(
iLabel
);
78
if (toDelete.get(
iLabel
)
100
combineBlocks(
iLabel
, toCombine);
/external/dexmaker/src/dx/java/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);
/external/chromium_org/third_party/sqlite/src/src/
delete.c
489
int
iLabel
; /* Label resolved to end of generated code */
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
);
Completed in 361 milliseconds