Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp54 opStack[popOp++]= lastScope; in pushScope()
55 opStack[popOp++]= startId; in pushScope()
56 opStack[popOp++]= endId; in pushScope()
57 opStack[popOp++]= lastId; in pushScope()
58 opStack[popOp++]= arg1; in pushScope()
59 opStack[popOp++]= arg2; in pushScope()
60 opStack[popOp++]= numArc; in pushScope()
68 arcLoc= opStack[--popOp]; in popScope()
69 arg2= opStack[--popOp]; in popScope()
70 arg1= opStack[--popOp]; in popScope()
[all …]
Dsub_base.cpp36 popOp= 0; in SubGraph()
310 for (int ii= 0; ii < (popOp/7); ii++) in DebugPrintDirective()
318 for (int ii= 0; ii <= (popOp/7); ii++) in DebugPrintLabel()
Dsub_grph.h112 popOp= 0; in SubGraph()
367 int popOp; variable