Home
last modified time | relevance | path

Searched refs:newStack (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/devel/R-cran-future/future/R/
H A Dzzz.plan.R272 stop_if_not(!is.null(newStack), is.list(newStack), length(newStack) >= 1L)
277 class(newStack) <- unique(c("FutureStrategyList", class(newStack)))
283 mprint(newStack)
290 mprint(newStack)
299 stack <<- newStack
357 newStack <- NULL functionVar
411 stop_if_not(!is.null(newStack), is.list(newStack), length(newStack) >= 1L)
416 stop_if_not(!is.null(newStack), is.list(newStack), length(newStack) >= 1L)
423 if (is.null(newStack)) {
448 stop_if_not(!is.null(newStack), is.list(newStack), length(newStack) >= 1L)
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DRenderWorld_portals.cpp206 newStack = *ps; in FloodViewThroughArea_r()
207 newStack.p = p; in FloodViewThroughArea_r()
208 newStack.next = ps; in FloodViewThroughArea_r()
230 newStack.p = p; in FloodViewThroughArea_r()
231 newStack.next = ps; in FloodViewThroughArea_r()
270 newStack.portalPlanes[newStack.numPortalPlanes] = p->plane; in FloodViewThroughArea_r()
371 newStack = *ps; in FloodLightThroughArea_r()
372 newStack.p = p; in FloodLightThroughArea_r()
373 newStack.next = ps; in FloodLightThroughArea_r()
400 newStack.p = p; in FloodLightThroughArea_r()
[all …]
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/extern/edge-addition-planarity-suite-Version_3.0.0.5/c/
H A Dstack.c64 stackP newStack = sp_New(theStack->capacity); in sp_Duplicate() local
66 if (newStack == NULL) in sp_Duplicate()
71 memcpy(newStack->S, theStack->S, theStack->size*sizeof(int)); in sp_Duplicate()
72 newStack->size = theStack->size; in sp_Duplicate()
75 return newStack; in sp_Duplicate()
82 stackP newStack = sp_Duplicate(stackSrc); in sp_Copy() local
85 if (newStack == NULL) in sp_Copy()
89 stackDst->S = newStack->S; in sp_Copy()
90 newStack->S = p; in sp_Copy()
91 newStack->capacity = stackDst->capacity; in sp_Copy()
[all …]
/dports/math/planarity/edge-addition-planarity-suite-Version_3.0.1.1/c/
H A Dstack.c64 stackP newStack = sp_New(theStack->capacity); in sp_Duplicate() local
66 if (newStack == NULL) in sp_Duplicate()
71 memcpy(newStack->S, theStack->S, theStack->size*sizeof(int)); in sp_Duplicate()
72 newStack->size = theStack->size; in sp_Duplicate()
75 return newStack; in sp_Duplicate()
82 stackP newStack = sp_Duplicate(stackSrc); in sp_Copy() local
85 if (newStack == NULL) in sp_Copy()
89 stackDst->S = newStack->S; in sp_Copy()
90 newStack->S = p; in sp_Copy()
91 newStack->capacity = stackDst->capacity; in sp_Copy()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dchannelsinkstacks.cs98 SinkStack newStack = new SinkStack(); in Push()
99 newStack.PrevStack = _stack; in Push()
100 newStack.Sink = sink; in Push()
101 newStack.State = state; in Push()
102 _stack = newStack; in Push()
263 newStack.PrevStack = _stack; in Push()
264 newStack.Sink = sink; in Push()
265 newStack.State = state; in Push()
266 _stack = newStack; in Push()
355 newStack.PrevStack = _stack; in FlipRememberedStack()
[all …]
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/src/
H A Dnew.c43 newStack->degree = degree; in newPartitionStack()
44 newStack->height = 1; in newPartitionStack()
46 newStack->pointList = allocIntArrayDegree(); in newPartitionStack()
49 newStack->pointList[i] = newStack->invPointList[i] = i; in newPartitionStack()
50 newStack->pointList[degree+1] = newStack->invPointList[degree+1] = 0; in newPartitionStack()
54 newStack->cellNumber[i] = 1; in newPartitionStack()
56 newStack->parent = allocIntArrayDegree(); in newPartitionStack()
59 newStack->startCell[1] = 1; in newPartitionStack()
61 newStack->cellSize = allocIntArrayDegree(); in newPartitionStack()
62 newStack->cellSize[1] = degree; in newPartitionStack()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Cite/tests/phpunit/unit/
H A DReferenceStackTest.php24 $stack = $this->newStack();
44 $stack = $this->newStack();
839 $stack = $this->newStack();
990 $stack = $this->newStack();
1012 $stack = $this->newStack();
1023 $stack = $this->newStack();
1033 $stack = $this->newStack();
1045 $stack = $this->newStack();
1057 $stack = $this->newStack();
1069 private function newStack() { function in Cite\\Tests\\Unit\\ReferenceStackTest
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Cite/tests/phpunit/unit/
H A DReferenceStackTest.php24 $stack = $this->newStack();
44 $stack = $this->newStack();
839 $stack = $this->newStack();
990 $stack = $this->newStack();
1012 $stack = $this->newStack();
1023 $stack = $this->newStack();
1033 $stack = $this->newStack();
1045 $stack = $this->newStack();
1057 $stack = $this->newStack();
1069 private function newStack() { function in Cite\\Tests\\Unit\\ReferenceStackTest
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Cite/tests/phpunit/unit/
H A DReferenceStackTest.php24 $stack = $this->newStack();
44 $stack = $this->newStack();
839 $stack = $this->newStack();
990 $stack = $this->newStack();
1012 $stack = $this->newStack();
1023 $stack = $this->newStack();
1033 $stack = $this->newStack();
1045 $stack = $this->newStack();
1057 $stack = $this->newStack();
1069 private function newStack() { function in Cite\\Tests\\Unit\\ReferenceStackTest
/dports/science/R-cran-kernlab/kernlab/src/
H A Dstack.h157 T * newStack = 0; in SetSize() local
160 newStack = new T[stackSize]; in SetSize()
163 memcpy((void *)newStack, m_stack, bytesToCopy); in SetSize()
165 m_stackPtr = &newStack[m_stackPtr - m_stack]; in SetSize()
166 m_endOfStack = &newStack[stackSize]; in SetSize()
172 m_stack = newStack; in SetSize()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/amiga/m68k/
H A Dsi_prc.pp42 newStack: Pointer;
46 newStack:=nil;
51 newStack:=AllocVec(StkLen,MEMF_ANY);
53 sst.stk_Lower:=newStack;
54 sst.stk_Upper:=newStack+StkLen;
55 sst.stk_Pointer:=newStack+StkLen;
72 if newStack <> nil then
75 FreeVec(newStack);
/dports/lang/fpc-source/fpc-3.2.2/rtl/amiga/m68k/
H A Dsi_prc.pp42 newStack: Pointer;
46 newStack:=nil;
51 newStack:=AllocVec(StkLen,MEMF_ANY);
53 sst.stk_Lower:=newStack;
54 sst.stk_Upper:=newStack+StkLen;
55 sst.stk_Pointer:=newStack+StkLen;
72 if newStack <> nil then
75 FreeVec(newStack);
/dports/lang/fpc/fpc-3.2.2/rtl/amiga/m68k/
H A Dsi_prc.pp42 newStack: Pointer;
46 newStack:=nil;
51 newStack:=AllocVec(StkLen,MEMF_ANY);
53 sst.stk_Lower:=newStack;
54 sst.stk_Upper:=newStack+StkLen;
55 sst.stk_Pointer:=newStack+StkLen;
72 if newStack <> nil then
75 FreeVec(newStack);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/amiga/m68k/
H A Dsi_prc.pp42 newStack: Pointer;
46 newStack:=nil;
51 newStack:=AllocVec(StkLen,MEMF_ANY);
53 sst.stk_Lower:=newStack;
54 sst.stk_Upper:=newStack+StkLen;
55 sst.stk_Pointer:=newStack+StkLen;
72 if newStack <> nil then
75 FreeVec(newStack);
/dports/misc/lifelines/lifelines-3.1.1/src/stdlib/
H A Dstack.c77 STKSTACK newStack; in StackCreate() local
79 newStack=(STKSTACK) SafeMalloc(sizeof(*newStack)); in StackCreate()
80 newStack->top=newStack->tail=NULL; in StackCreate()
81 return(newStack); in StackCreate()
/dports/graphics/graphviz/graphviz-2.44.1/lib/rbtree/
H A Dstack.c29 stk_stack * newStack; in StackCreate() local
31 newStack=(stk_stack *) SafeMalloc(sizeof(stk_stack)); in StackCreate()
32 newStack->top=newStack->tail=NULL; in StackCreate()
33 return(newStack); in StackCreate()
/dports/biology/groopm/GroopM-0.3.4/groopm/
H A DgroopmExceptions.py84 newStack = traceback.format_stack()
85 if newStack != self.lastStack:
86 self.oldstream.write("".join(newStack))
87 self.lastStack = newStack
/dports/cad/opencascade/opencascade-7.6.0/src/TopExp/
H A DTopExp_Explorer.cxx163 TopExp_Stack newStack = (TopoDS_Iterator*)Standard::Allocate(NewSize*sizeof(TopoDS_Iterator)); in Next() local
166 new (&newStack[i]) TopoDS_Iterator(myStack[i]); in Next()
171 myStack = newStack; in Next()
189 TopExp_Stack newStack = (TopoDS_Iterator*)Standard::Allocate(NewSize*sizeof(TopoDS_Iterator)); in Next() local
192 new (&newStack[i]) TopoDS_Iterator(myStack[i]); in Next()
197 myStack = newStack; in Next()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/aros/
H A Dsi_prc.pp38 newStack: Pointer;
43 newStack:=nil;
49 newStack:=AllocVec(StkLen+16, MEMF_ANY);
50 newStackAligned:=align(newStack,16);
59 FreeVec(newStack);
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvcore/
H A DTokenizer.cpp33 void **newStack = (void**)alloca(stackSize);
36 newStack[0] = (void*)buffer;
37 newStack[1] = (void*)format;
38 memcpy(newStack+2, argPtr, count*sizeof(void*));
48 mov esp, newStack
/dports/lang/fpc-source/fpc-3.2.2/rtl/aros/
H A Dsi_prc.pp38 newStack: Pointer;
43 newStack:=nil;
49 newStack:=AllocVec(StkLen+16, MEMF_ANY);
50 newStackAligned:=align(newStack,16);
59 FreeVec(newStack);
/dports/lang/fpc/fpc-3.2.2/rtl/aros/
H A Dsi_prc.pp38 newStack: Pointer;
43 newStack:=nil;
49 newStack:=AllocVec(StkLen+16, MEMF_ANY);
50 newStackAligned:=align(newStack,16);
59 FreeVec(newStack);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/aros/
H A Dsi_prc.pp38 newStack: Pointer;
43 newStack:=nil;
49 newStack:=AllocVec(StkLen+16, MEMF_ANY);
50 newStackAligned:=align(newStack,16);
59 FreeVec(newStack);
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvcore/
H A DTokenizer.cpp33 void **newStack = (void**)alloca(stackSize);
36 newStack[0] = (void*)buffer;
37 newStack[1] = (void*)format;
38 memcpy(newStack+2, argPtr, count*sizeof(void*));
48 mov esp, newStack
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvcore/
H A DTokenizer.cpp33 void **newStack = (void**)alloca(stackSize);
36 newStack[0] = (void*)buffer;
37 newStack[1] = (void*)format;
38 memcpy(newStack+2, argPtr, count*sizeof(void*));
48 mov esp, newStack

12345678910>>...14