Home
last modified time | relevance | path

Searched refs:tempStack (Results 1 – 25 of 3315) sorted by relevance

12345678910>>...133

/dports/math/vtk8/VTK-8.2.0/Common/Misc/
H A DvtkFunctionParser.cxx202 if (tempStack[tempStackPtr] != 0 && tempStack[tempStackPtr-1] != 0) in DisambiguateOperators()
218 if (tempStack[tempStackPtr] != 0 && tempStack[tempStackPtr-1] != 0) in DisambiguateOperators()
234 if (tempStack[tempStackPtr-1] == 0 && tempStack[tempStackPtr] == 1) in DisambiguateOperators()
255 if (tempStack[tempStackPtr-1] == 1 && tempStack[tempStackPtr] == 0) in DisambiguateOperators()
261 else if (tempStack[tempStackPtr] == 1 || tempStack[tempStackPtr-1] == 1) in DisambiguateOperators()
283 if (tempStack[tempStackPtr] == 1 || tempStack[tempStackPtr-1] == 1) in DisambiguateOperators()
317 if (tempStack[tempStackPtr] == 1 || tempStack[tempStackPtr-1] == 1) in DisambiguateOperators()
326 if (tempStack[tempStackPtr] == 1 || tempStack[tempStackPtr-1] == 1) in DisambiguateOperators()
335 if (tempStack[tempStackPtr] == 0 || tempStack[tempStackPtr-1] == 0) in DisambiguateOperators()
344 if (tempStack[tempStackPtr] == 0 || tempStack[tempStackPtr-1] == 0) in DisambiguateOperators()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Misc/
H A DvtkFunctionParser.cxx196 if (tempStack[tempStackPtr] != 0 && tempStack[tempStackPtr - 1] != 0) in DisambiguateOperators()
201 (tempStack[tempStackPtr] != 0 && tempStack[tempStackPtr - 1] == 0)) in DisambiguateOperators()
210 if (tempStack[tempStackPtr] != 0 && tempStack[tempStackPtr - 1] != 0) in DisambiguateOperators()
215 (tempStack[tempStackPtr] != 0 && tempStack[tempStackPtr - 1] == 0)) in DisambiguateOperators()
224 if (tempStack[tempStackPtr - 1] == 0 && tempStack[tempStackPtr] == 1) in DisambiguateOperators()
244 if (tempStack[tempStackPtr - 1] == 1 && tempStack[tempStackPtr] == 0) in DisambiguateOperators()
272 if (tempStack[tempStackPtr] == 1 || tempStack[tempStackPtr - 1] == 1) in DisambiguateOperators()
306 if (tempStack[tempStackPtr] == 1 || tempStack[tempStackPtr - 1] == 1) in DisambiguateOperators()
315 if (tempStack[tempStackPtr] == 1 || tempStack[tempStackPtr - 1] == 1) in DisambiguateOperators()
324 if (tempStack[tempStackPtr] == 0 || tempStack[tempStackPtr - 1] == 0) in DisambiguateOperators()
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/Misc/
H A DvtkFunctionParser.cxx233 if (tempStack[tempStackPtr] != 0 && tempStack[tempStackPtr-1] != 0) in DisambiguateOperators()
249 if (tempStack[tempStackPtr] != 0 && tempStack[tempStackPtr-1] != 0) in DisambiguateOperators()
265 if (tempStack[tempStackPtr-1] == 0 && tempStack[tempStackPtr] == 1) in DisambiguateOperators()
286 if (tempStack[tempStackPtr-1] == 1 && tempStack[tempStackPtr] == 0) in DisambiguateOperators()
292 else if (tempStack[tempStackPtr] == 1 || tempStack[tempStackPtr-1] == 1) in DisambiguateOperators()
314 if (tempStack[tempStackPtr] == 1 || tempStack[tempStackPtr-1] == 1) in DisambiguateOperators()
348 if (tempStack[tempStackPtr] == 1 || tempStack[tempStackPtr-1] == 1) in DisambiguateOperators()
357 if (tempStack[tempStackPtr] == 1 || tempStack[tempStackPtr-1] == 1) in DisambiguateOperators()
366 if (tempStack[tempStackPtr] == 0 || tempStack[tempStackPtr-1] == 0) in DisambiguateOperators()
375 if (tempStack[tempStackPtr] == 0 || tempStack[tempStackPtr-1] == 0) in DisambiguateOperators()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Devent.cpp181 VariableStack *tempStack = new VariableStack; in handleInput() local
182 if (!checkNew(tempStack)) in handleInput()
187 tempStack->thisVar.setVariable(SVT_OBJTYPE, overRegion->thisType->objectNum); in handleInput()
189 tempStack->thisVar.setVariable(SVT_INT, 0); in handleInput()
191 tempStack->next = nullptr; in handleInput()
192 if (!startNewFunctionNum(_currentEvents->func[kFocus], 1, nullptr, tempStack)) in handleInput()
320 VariableStack *tempStack = new VariableStack; in handleInput() local
321 if (!checkNew(tempStack)) in handleInput()
323 tempStack->thisVar.makeTextVar(tempString); in handleInput()
324 tempStack->next = nullptr; in handleInput()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sludge/
H A Devent.cpp180 VariableStack *tempStack = new VariableStack; in handleInput() local
181 if (!checkNew(tempStack)) in handleInput()
186 tempStack->thisVar.setVariable(SVT_OBJTYPE, overRegion->thisType->objectNum); in handleInput()
188 tempStack->thisVar.setVariable(SVT_INT, 0); in handleInput()
190 tempStack->next = nullptr; in handleInput()
191 if (!startNewFunctionNum(_currentEvents->func[kFocus], 1, nullptr, tempStack)) in handleInput()
319 VariableStack *tempStack = new VariableStack; in handleInput() local
320 if (!checkNew(tempStack)) in handleInput()
322 tempStack->thisVar.makeTextVar(tempString); in handleInput()
323 tempStack->next = nullptr; in handleInput()
[all …]
/dports/science/devisor/devisor2.1/devisor2/grid/backend/undo/
H A DUndoStack.java83 Stack tempStack = new Stack (); in setCapacity() local
86 tempStack.push (pop()); in setCapacity()
89 while (!tempStack.empty ()) in setCapacity()
90 super.push (tempStack.pop()); in setCapacity()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Adapters/
H A DHtmlMobileTextWriter.cs735 tempStack.Push(o); in CloseTag()
745 while(tempStack.Count > 0) in CloseTag()
757 tempStack.Push(o); in CloseTag()
768 while(tempStack.Count > 0) in CloseTag()
833 Stack tempStack = new Stack(); in CloseTag()
843 tempStack.Push(o); in CloseTag()
853 while(tempStack.Count > 0) in CloseTag()
862 tempStack.Push(o); in CloseTag()
872 while(tempStack.Count > 0) in CloseTag()
881 tempStack.Push(o); in CloseTag()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/widgets/
H A DCommandHistory.cpp450 CommandStack tempStack; in clipStack() local
457 tempStack.push(stack.top()); in clipStack()
464 stack.push(tempStack.top()); in clipStack()
465 tempStack.pop(); in clipStack()
541 CommandStack tempStack; in updateActions() local
547 tempStack.push(command); in updateActions()
561 while (!tempStack.empty()) { in updateActions()
562 stack.push(tempStack.top()); in updateActions()
563 tempStack.pop(); in updateActions()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/
H A DCommandHistory.cpp440 CommandStack tempStack; in clipStack() local
447 tempStack.push(stack.top()); in clipStack()
454 stack.push(tempStack.top()); in clipStack()
455 tempStack.pop(); in clipStack()
551 CommandStack tempStack; in updateActions() local
557 tempStack.push(command); in updateActions()
571 while (!tempStack.empty()) { in updateActions()
572 stack.push(tempStack.top()); in updateActions()
573 tempStack.pop(); in updateActions()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimXmlDocument.cpp318 std::stack<ossimRefPtr<ossimXmlNode> > tempStack;
319 tempStack.push(theRootNode);
320 while(!tempStack.empty())
323 ossimRefPtr<ossimXmlNode> node = tempStack.top();
324 tempStack.pop();
329 tempStack.push(childNodes[idx]);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/parser/diagnose/
H A DDiagnoseParser.java60 private int[] tempStack; field in DiagnoseParser
163 tempStack = new int[stackLength]; in reallocateStacks()
172 System.arraycopy(tempStack, 0, tempStack = new int[stackLength], 0, old_stack_length); in reallocateStacks()
223 tempStack[i] = stack[i]; in diagnoseParse()
245 tempStack[tempStackTop + 1] = act; in diagnoseParse()
261 nextStack[i] = tempStack[i]; in diagnoseParse()
307 ? tempStack[tempStackTop] in diagnoseParse()
757 ? tempStack[tempStackTop] in checkPrimaryDistance()
1063 ? tempStack[tempStackTop] in getTermIndex()
1156 tempStack[tempStackTop] = start; in getNtermIndex()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/diagnose/
H A DDiagnoseParser.java63 private int[] tempStack; field in DiagnoseParser
171 this.tempStack = new int[this.stackLength]; in reallocateStacks()
180 …System.arraycopy(this.tempStack, 0, this.tempStack = new int[this.stackLength], 0, old_stack_lengt… in reallocateStacks()
239 this.tempStack[i] = this.stack[i]; in diagnoseParse()
277 this.nextStack[i] = this.tempStack[i]; in diagnoseParse()
323 ? this.tempStack[this.tempStackTop] in diagnoseParse()
822 ? this.tempStack[this.tempStackTop]
1119 ? this.tempStack[this.tempStackTop] in getTermIndex()
1178 ? this.tempStack[this.tempStackTop] in getTermIndex()
1212 this.tempStack[this.tempStackTop] = start; in getNtermIndex()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/
H A DDiagnoseParser.java66 private int[] tempStack; field in DiagnoseParser
174 this.tempStack = new int[this.stackLength]; in reallocateStacks()
183 …System.arraycopy(this.tempStack, 0, this.tempStack = new int[this.stackLength], 0, old_stack_lengt… in reallocateStacks()
242 this.tempStack[i] = this.stack[i]; in diagnoseParse()
280 this.nextStack[i] = this.tempStack[i]; in diagnoseParse()
326 ? this.tempStack[this.tempStackTop] in diagnoseParse()
798 ? this.tempStack[this.tempStackTop]
1095 ? this.tempStack[this.tempStackTop] in getTermIndex()
1154 ? this.tempStack[this.tempStackTop] in getTermIndex()
1188 this.tempStack[this.tempStackTop] = start; in getNtermIndex()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.DependencyAnalysisFramework/src/
H A DDependencyAnalyzer.cs296 var tempStack = new Stack<DependencyNodeCore<DependencyContextType>>(); in AddToMarkStack()
300 tempStack.Push(_markStack.Pop()); in AddToMarkStack()
305 while (tempStack.Count > 0) in AddToMarkStack()
307 _markStack.Push(tempStack.Pop()); in AddToMarkStack()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dheap_profiler.cpp406 Stack tempStack; in _alloc() local
407 tempStack.numFrames = backtrace(tempStack.frames.data(), kMaxFramesPerStack); in _alloc()
410 Hash stackHash = tempStack.hash(); in _alloc()
416 StackInfo* stackInfo = stackHashTable.find(stackHash, tempStack); in _alloc()
421 stackInfo = stackHashTable.insert(stackHash, tempStack, newStackInfo); in _alloc()
/dports/lang/nim/nim-1.6.2/lib/system/
H A Dgc_ms.nim70 tempStack: CellSeq # temporary stack for recursion elimination
209 init(gch.tempStack)
362 gcAssert gch.tempStack.len == 0, "stack not empty!"
364 while gch.tempStack.len > 0:
365 dec gch.tempStack.len
366 var d = gch.tempStack.d[gch.tempStack.len]
379 gcAssert gch.tempStack.len == 0, "stack not empty!"
381 while gch.tempStack.len > 0:
382 dec gch.tempStack.len
383 var d = gch.tempStack.d[gch.tempStack.len]
[all …]
/dports/net/glflow/glFlow-0.1/
H A DHostTree.cpp376 stack<CHostNode*> tempStack; in cleanUp() local
391 tempStack.push(pCursor); //place pointer to node on the stack in cleanUp()
399 if (!tempStack.empty()) { in cleanUp()
400 pCursor = tempStack.top(); in cleanUp()
401 tempStack.pop(); in cleanUp()
H A DFlowTree.cpp381 stack<CFlowNode*> tempStack; in cleanUp() local
396 tempStack.push(pCursor); //place pointer to node on the stack in cleanUp()
404 if (!tempStack.empty()) { in cleanUp()
405 pCursor = tempStack.top(); in cleanUp()
406 tempStack.pop(); in cleanUp()
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptcontext_p.h71 tempStack(0), in QScriptContextPrivate()
124 stackPtr = tempStack = (parent != 0) ? parent->stackPtr : 0; in init()
344 return tempStack; in baseStackPointer()
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DTreeBuilder.php663 $tempStack = [];
667 $tempStack[] = $stack->pop();
670 $tempStack[] = $newElt2;
678 $tempStack[] = $elt;
685 foreach ( array_reverse( $tempStack ) as $elt ) {
H A DCachingStack.php324 $tempStack = [];
331 $tempStack[] = $this->pop();
334 foreach ( array_reverse( $tempStack ) as $temp ) {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/remex-html/src/TreeBuilder/
H A DTreeBuilder.php663 $tempStack = [];
667 $tempStack[] = $stack->pop();
670 $tempStack[] = $newElt2;
678 $tempStack[] = $elt;
685 foreach ( array_reverse( $tempStack ) as $elt ) {
H A DCachingStack.php324 $tempStack = [];
331 $tempStack[] = $this->pop();
334 foreach ( array_reverse( $tempStack ) as $temp ) {
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DTreeBuilder.php661 $tempStack = [];
665 $tempStack[] = $stack->pop();
668 $tempStack[] = $newElt2;
676 $tempStack[] = $elt;
683 foreach ( array_reverse( $tempStack ) as $elt ) {
H A DCachingStack.php324 $tempStack = [];
331 $tempStack[] = $this->pop();
334 foreach ( array_reverse( $tempStack ) as $temp ) {

12345678910>>...133