Searched refs:endId (Results 1 - 7 of 7) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_grph.h118 endId= lastId;
227 void PullUpBegins (int currId, int baseId, int endId, int procLabel, int *nodeList, int currNum, int maxNum);
228 void ProcessBegins (int currId, int endId, int procLabel, int *nodeList, int currNum, int *visitMark, int maxNum);
235 void RemoveRuleStarts (int startId, int endId);
236 void RemoveRuleEnds (int startId, int endId);
238 void RemoveForwardConnections (int startId, int endId);
239 void RemoveBackwardConnections (int startId, int endId);
359 int endId; member in class:SubGraph
H A Dsub_grph.cpp56 opStack[popOp++]= endId;
67 prevEndId= endId;
72 endId= opStack[--popOp];
97 endId= -1;
101 endId= NewVertexId();
102 lastId= endId;
122 if (endId == -1)
123 endId= lastId;
150 (void) CreateArc (endLabel, endOutLabel, endScopeId, endId);
260 (void) CreateArc (inputLabel, tagLabel, startId, endId);
[all...]
H A Dnetw_arc.h77 NUANArc (NUANArc *arcsrc, int offset, int startId, int newStartId, int endId, int newEndId) argument
85 if (arcsrc->toId == endId && newEndId >= 0)
H A Dsub_base.cpp41 endId= baseG->endId;
H A Dsub_supp.cpp415 endId= -1;
/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.cpp101 int endId,
104 range->fEndId = endId;
284 int endId,
296 int endId,
99 finishRange( SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* range, int endId, typename SkAdvancedTypefaceMetrics::AdvanceMetric<Data>::MetricType type) argument
/external/skia/include/core/
H A DSkAdvancedTypefaceMetrics.h131 int endId,

Completed in 1439 milliseconds