Home
last modified time | relevance | path

Searched refs:stackTop (Results 1 – 25 of 443) sorted by path

12345678910>>...18

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx.cpp728 int stackTop = lua_gettop(costate); in charEntered() local
768 lua_settop(costate,stackTop); in charEntered()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx.cpp728 int stackTop = lua_gettop(costate); in charEntered() local
768 lua_settop(costate,stackTop); in charEntered()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dformula.cpp2335 long stackTop = 0; in ComputeSimple() local
2350 stackTop--; in ComputeSimple()
2353 … stack[stackTop-1].value = stack[stackTop-1].value + stack[stackTop].value; in ComputeSimple()
2356 … stack[stackTop-1].value = stack[stackTop-1].value - stack[stackTop].value; in ComputeSimple()
2359 … stack[stackTop-1].value = stack[stackTop-1].value * stack[stackTop].value; in ComputeSimple()
2362 … stack[stackTop-1].value = stack[stackTop-1].value / stack[stackTop].value; in ComputeSimple()
2370 stackTop--; in ComputeSimple()
2378 … stack[stackTop-1].value = (*theFunc)(stack[stackTop-1].value,stack[stackTop].value); in ComputeSimple()
2388 … stack[stackTop-1].value = (*theFunc)(stack[stackTop-1].reference,stack[stackTop].value); in ComputeSimple()
2407 stack[stackTop].value = (*theFunc)(stack[stackTop].value); in ComputeSimple()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsapi.cpp6129 stackTop(&ContextFriendFields::get(cx)->roots.autoGCRooters_) in AutoGCRooter()
6131 MOZ_ASSERT(this != *stackTop); in AutoGCRooter()
6132 *stackTop = this; in AutoGCRooter()
6138 stackTop(&cx->roots.autoGCRooters_) in AutoGCRooter()
6140 MOZ_ASSERT(this != *stackTop); in AutoGCRooter()
6141 *stackTop = this; in AutoGCRooter()
H A Djspubtd.h193 MOZ_ASSERT(this == *stackTop); in JS_PUBLIC_API()
194 *stackTop = down; in JS_PUBLIC_API()
238 AutoGCRooter ** const stackTop; in JS_PUBLIC_API()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/
H A Djspubtd.h193 MOZ_ASSERT(this == *stackTop); in JS_PUBLIC_API()
194 *stackTop = down; in JS_PUBLIC_API()
238 AutoGCRooter ** const stackTop; in JS_PUBLIC_API()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/util/
H A DLinkedStack.hpp73 if (stackTop) in valid()
102 Uint32 stackTop; member in LinkedStack
110 stackTop(0), in LinkedStack()
132 if (stackTop) in push()
163 stackTop++; in push()
172 if (stackTop) in pop()
174 stackTop--; in pop()
181 if (stackTop) in pop()
195 return stackTop; in size()
201 stackTop = 0; in reset()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/util/
H A DLinkedStack.hpp73 if (stackTop) in valid()
102 Uint32 stackTop; member in LinkedStack
110 stackTop(0), in LinkedStack()
132 if (stackTop) in push()
163 stackTop++; in push()
172 if (stackTop) in pop()
174 stackTop--; in pop()
181 if (stackTop) in pop()
195 return stackTop; in size()
201 stackTop = 0; in reset()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/util/
H A DLinkedStack.hpp73 if (stackTop) in valid()
102 Uint32 stackTop; member in LinkedStack
110 stackTop(0), in LinkedStack()
132 if (stackTop) in push()
163 stackTop++; in push()
172 if (stackTop) in pop()
174 stackTop--; in pop()
181 if (stackTop) in pop()
195 return stackTop; in size()
201 stackTop = 0; in reset()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/util/
H A DLinkedStack.hpp73 if (stackTop) in valid()
102 Uint32 stackTop; member in LinkedStack
110 stackTop(0), in LinkedStack()
132 if (stackTop) in push()
163 stackTop++; in push()
172 if (stackTop) in pop()
174 stackTop--; in pop()
181 if (stackTop) in pop()
195 return stackTop; in size()
201 stackTop = 0; in reset()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/include/util/
H A DLinkedStack.hpp73 if (stackTop) in valid()
102 Uint32 stackTop; member in LinkedStack
110 stackTop(0), in LinkedStack()
132 if (stackTop) in push()
163 stackTop++; in push()
172 if (stackTop) in pop()
174 stackTop--; in pop()
181 if (stackTop) in pop()
195 return stackTop; in size()
201 stackTop = 0; in reset()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/util/
H A DLinkedStack.hpp73 if (stackTop) in valid()
102 Uint32 stackTop; member in LinkedStack
110 stackTop(0), in LinkedStack()
132 if (stackTop) in push()
163 stackTop++; in push()
172 if (stackTop) in pop()
174 stackTop--; in pop()
181 if (stackTop) in pop()
195 return stackTop; in size()
201 stackTop = 0; in reset()
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/font/sfnt/
H A Dtruetype.go226 stackTop := stackBottom
228 if stackTop >= maxCompoundStackSize {
231 elem := &b.compoundStack[stackTop]
232 stackTop++
300 for i := stackBottom; i < stackTop; i++ {
303 if err := loadGlyf(f, b, elem.glyphIndex, stackTop, recursionDepth); err != nil {
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/
H A Druntime.d669 auto stackTop = getBasePtr(); in this() local
673 if ( stackTop && &dummy < stackTop && stackTop < stackBottom ) in this()
675 auto stackPtr = stackTop; in this()
677 for ( numframes = 0; stackTop <= stackPtr && in this()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/testsuite/libphobos.thread/
H A Dfiber_guard_page.d39 auto stackTop = m_pmem + m_sz; in main() local
40 auto p = mmap(stackTop, 8 * stackSize, in main()
/dports/devel/binaryen/binaryen-version_98/src/tools/
H A Dwasm-ctor-eval.cpp179 if (auto* stackTop = imports.getImportedGlobal(ENV, STACKTOP)) { in importGlobals() local
180 globals[stackTop->name] = {Literal(int32_t(STACK_START))}; in importGlobals()
181 if (auto* stackTop = in importGlobals() local
183 globals[stackTop->name] = {Literal(int32_t(STACK_START))}; in importGlobals()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DGraphColor.cpp12636 bool GlobalRA::isSubRetLocConflict(G4_BB *bb, std::vector<unsigned> &usedLoc, unsigned stackTop) in isSubRetLocConflict() argument
12650 return isSubRetLocConflict(bb->fallThroughBB(), usedLoc, stackTop); in isSubRetLocConflict()
12659 for (unsigned i = 0; i<stackTop; i++) in isSubRetLocConflict()
12665 usedLoc[stackTop] = curSubRetLoc; in isSubRetLocConflict()
12676 if (isSubRetLocConflict(bb->Succs.back(), usedLoc, stackTop)) in isSubRetLocConflict()
12682 if (isSubRetLocConflict(bb->BBAfterCall(), usedLoc, stackTop)) in isSubRetLocConflict()
12689 if (isSubRetLocConflict(succ, usedLoc, stackTop)) in isSubRetLocConflict()
12973 unsigned stackTop = 0; in assignLocForReturnAddr() local
12981 usedLoc[stackTop] = getSubRetLoc(bb); in assignLocForReturnAddr()
12985 if (isSubRetLocConflict(subEntry, usedLoc, stackTop + 1)) in assignLocForReturnAddr()
H A DGraphColor.h833 bool isSubRetLocConflict(G4_BB *bb, std::vector<unsigned> &usedLoc, unsigned stackTop);
/dports/devel/kcachegrind/kcachegrind-21.12.3/libcore/
H A Dtracedata.cpp3698 TraceFunction* stackTop; in updateFunctionCycles() local
3712 stackTop = nullptr; in updateFunctionCycles()
3713 (*it).cycleDFS(1, pNo, &stackTop); in updateFunctionCycles()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmakemanager/parser/
H A Dbuildastvisitor.cpp68 auto* orast = stackTop<OrAST>(); in visitItem()
79 auto* orast = stackTop<OrAST>(); in visitItem()
117 auto* scope = stackTop<ScopeAST>(); in visitScope()
127 auto* assign = stackTop<AssignmentAST>(); in visitOp()
162 auto* scope = stackTop<ScopeBodyAST>(); in visitStatement()
176 auto* call = stackTop<FunctionCallAST>(); in visitValue()
209 T* BuildASTVisitor::stackTop() in stackTop() function in QMake::BuildASTVisitor
H A Dbuildastvisitor.h46 template <typename T> T* stackTop();
/dports/devel/nspr/nspr-4.33/nspr/pr/include/private/
H A Dprimpl.h1532 char *stackTop; /* top of stack from C's point of view */ member
/dports/devel/nspr/nspr-4.33/nspr/pr/src/misc/
H A Dprthinfo.c54 esp = (PRWord*) t->stack->stackTop; in PR_ThreadScanStackPointers()
58 (sp <= (PRWord*)t->stack->stackTop))); in PR_ThreadScanStackPointers()
67 sp = (PRWord*) t->stack->stackTop; in PR_ThreadScanStackPointers()
69 PR_ASSERT((esp > (PRWord*)t->stack->stackTop) && in PR_ThreadScanStackPointers()
78 esp = (PRWord*) t->stack->stackTop; in PR_ThreadScanStackPointers()
81 (sp < (PRWord*)t->stack->stackTop)); in PR_ThreadScanStackPointers()
179 esp = (PRWord*) t->stack->stackTop; in PR_GetStackSpaceLeft()
192 sp = (PRWord*) t->stack->stackTop; in PR_GetStackSpaceLeft()
194 PR_ASSERT((esp > (PRWord*)t->stack->stackTop) && in PR_GetStackSpaceLeft()
203 esp = (PRWord*) t->stack->stackTop; in PR_GetStackSpaceLeft()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/src/pthreads/
H A Dptthread.c104 if( ts && (ts->stackTop == 0) ) { in _PR_InitializeStack()
113 ts->stackTop = ts->allocBase; in _PR_InitializeStack()
115 ts->stackTop = ts->allocBase; in _PR_InitializeStack()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/threads/combined/
H A Dprustack.c133 ts->stackTop = ts->allocBase + REDZONE; in _PR_NewStack()
134 ts->stackBottom = ts->stackTop + stackSize; in _PR_NewStack()
137 ts->stackTop = ts->stackBottom + stackSize; in _PR_NewStack()

12345678910>>...18