Home
last modified time | relevance | path

Searched refs:nextInp (Results 1 – 1 of 1) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_base.cpp177 int rix, nextId, nextInp; in ReverseDepthData() local
188 nextInp= arc[backwardList[rix]]->GetInput(); in ReverseDepthData()
189 if (nextId >= 0 && nextInp != DISCARD_LABEL) in ReverseDepthData()
198 int rix, nextId, nextInp; in ForwardDepthData() local
209 nextInp= arc[forwardList[rix]]->GetInput(); in ForwardDepthData()
210 if (nextId >= 0 && nextInp != DISCARD_LABEL) in ForwardDepthData()