Home
last modified time | relevance | path

Searched refs:opStack (Results 1 – 2 of 2) 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_grph.h366 int opStack[100000]; // TODO: remove hard coded number variable