Home
last modified time | relevance | path

Searched refs:stack_top (Results 1 – 25 of 2251) sorted by relevance

12345678910>>...91

/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dcs_type2.c334 } else if (stack_top == 4 || stack_top == 5) { in do_operator1()
425 if (arg_stack[stack_top] && arg_stack[stack_top-1]) { in do_operator2()
454 arg_stack[stack_top-2] += arg_stack[stack_top-1]; in do_operator2()
459 arg_stack[stack_top-2] -= arg_stack[stack_top-1]; in do_operator2()
464 arg_stack[stack_top-2] /= arg_stack[stack_top-1]; in do_operator2()
504 arg_stack[stack_top-1] = arg_stack[stack_top]; in do_operator2()
509 arg_stack[stack_top-2] = arg_stack[stack_top-2] * arg_stack[stack_top-1]; in do_operator2()
519 arg_stack[stack_top] = arg_stack[stack_top-1]; in do_operator2()
526 arg_stack[stack_top-2] = arg_stack[stack_top-1]; in do_operator2()
535 arg_stack[stack_top-1] = arg_stack[stack_top-2]; in do_operator2()
[all …]
/dports/net/yaz/yaz-5.31.1/src/
H A Dodr_cons.c46 if (o->op->stack_top && o->op->stack_top->next) in odr_constructed_begin()
49 o->op->stack_top = o->op->stack_top->next; in odr_constructed_begin()
51 else if (o->op->stack_top && !o->op->stack_top->next) in odr_constructed_begin()
67 o->op->stack_top->next->prev = o->op->stack_top; in odr_constructed_begin()
70 o->op->stack_top = o->op->stack_top->next; in odr_constructed_begin()
72 else if (!o->op->stack_top) in odr_constructed_begin()
86 o->op->stack_top->lenb = o->op->bp; in odr_constructed_begin()
110 o->op->stack_top->lenlen = res; in odr_constructed_begin()
142 if (o->op->stack_top->len >= 0) in odr_constructed_more()
143 return o->op->bp - o->op->stack_top->base < o->op->stack_top->len; in odr_constructed_more()
[all …]
/dports/graphics/libchamplain/libchamplain-0.12.20/champlain/
H A Dchamplain-map-source-chain.c39 ChamplainMapSource *stack_top; member
64 while (source_chain->priv->stack_top) in champlain_map_source_chain_dispose()
107 priv->stack_top = NULL; in champlain_map_source_chain_init()
195 g_return_val_if_fail (priv->stack_top, 0); in get_min_zoom_level()
238 g_return_if_fail (priv->stack_top); in fill_tile()
306 if (!priv->stack_top) in champlain_map_source_chain_push()
313 priv->stack_top = map_source; in champlain_map_source_chain_push()
321 priv->stack_top = map_source; in champlain_map_source_chain_push()
347 g_return_if_fail (priv->stack_top); in champlain_map_source_chain_pop()
363 priv->stack_top = NULL; in champlain_map_source_chain_pop()
[all …]
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Derrors.cpp46 ShowArgTypeErrorInfo(arg_idx, env.iStack[stack_top], env); in CheckArg()
54 int stack_top) in CheckArgIsString() argument
57 ShowArgTypeErrorInfo(arg_idx, env.iStack[stack_top], env); in CheckArgIsString()
62 void CheckArgIsString(int arg_idx, LispEnvironment& env, int stack_top) in CheckArgIsString() argument
64 CheckArgIsString(env.iStack[stack_top + arg_idx], arg_idx, env, stack_top); in CheckArgIsString()
70 int stack_top) in CheckArgIsList() argument
73 ShowArgTypeErrorInfo(arg_idx, env.iStack[stack_top], env); in CheckArgIsList()
78 void CheckArgIsList(int arg_idx, LispEnvironment& env, int stack_top) in CheckArgIsList() argument
80 CheckArgIsList(env.iStack[stack_top + arg_idx], arg_idx, env, stack_top); in CheckArgIsList()
102 void CheckSecure(LispEnvironment& env, int stack_top) in CheckSecure() argument
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c70 compute_local_time(S->stack_top); in lprofM_pause_local_time()
81 aux = S->stack_top; in lprofM_pause_total_time()
94 ASSERT(S->stack_top, "pause_function: stack_top null"); in lprofM_pause_function()
118 aux = S->stack_top; in lprofM_resume_total_time()
131 ASSERT(S->stack_top, "resume_function: stack_top null"); in lprofM_resume_function()
145 if (S->stack_top) { in lprofM_enter_function()
147 prev_name = S->stack_top->function_name; in lprofM_enter_function()
168 lprofS_push(&(S->stack_top), newf); in lprofM_enter_function()
182 ASSERT(S->stack_top, "leave_function: stack_top null"); in lprofM_leave_function()
184 leave_ret = lprofS_pop(&(S->stack_top)); in lprofM_leave_function()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c70 compute_local_time(S->stack_top); in lprofM_pause_local_time()
81 aux = S->stack_top; in lprofM_pause_total_time()
94 ASSERT(S->stack_top, "pause_function: stack_top null"); in lprofM_pause_function()
118 aux = S->stack_top; in lprofM_resume_total_time()
131 ASSERT(S->stack_top, "resume_function: stack_top null"); in lprofM_resume_function()
145 if (S->stack_top) { in lprofM_enter_function()
147 prev_name = S->stack_top->function_name; in lprofM_enter_function()
168 lprofS_push(&(S->stack_top), newf); in lprofM_enter_function()
182 ASSERT(S->stack_top, "leave_function: stack_top null"); in lprofM_leave_function()
184 leave_ret = lprofS_pop(&(S->stack_top)); in lprofM_leave_function()
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c70 compute_local_time(S->stack_top); in lprofM_pause_local_time()
81 aux = S->stack_top; in lprofM_pause_total_time()
94 ASSERT(S->stack_top, "pause_function: stack_top null"); in lprofM_pause_function()
118 aux = S->stack_top; in lprofM_resume_total_time()
131 ASSERT(S->stack_top, "resume_function: stack_top null"); in lprofM_resume_function()
145 if (S->stack_top) { in lprofM_enter_function()
147 prev_name = S->stack_top->function_name; in lprofM_enter_function()
168 lprofS_push(&(S->stack_top), newf); in lprofM_enter_function()
182 ASSERT(S->stack_top, "leave_function: stack_top null"); in lprofM_leave_function()
184 leave_ret = lprofS_pop(&(S->stack_top)); in lprofM_leave_function()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c70 compute_local_time(S->stack_top); in lprofM_pause_local_time()
81 aux = S->stack_top; in lprofM_pause_total_time()
94 ASSERT(S->stack_top, "pause_function: stack_top null"); in lprofM_pause_function()
118 aux = S->stack_top; in lprofM_resume_total_time()
131 ASSERT(S->stack_top, "resume_function: stack_top null"); in lprofM_resume_function()
145 if (S->stack_top) { in lprofM_enter_function()
147 prev_name = S->stack_top->function_name; in lprofM_enter_function()
168 lprofS_push(&(S->stack_top), newf); in lprofM_enter_function()
182 ASSERT(S->stack_top, "leave_function: stack_top null"); in lprofM_leave_function()
184 leave_ret = lprofS_pop(&(S->stack_top)); in lprofM_leave_function()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c70 compute_local_time(S->stack_top); in lprofM_pause_local_time()
81 aux = S->stack_top; in lprofM_pause_total_time()
94 ASSERT(S->stack_top, "pause_function: stack_top null"); in lprofM_pause_function()
118 aux = S->stack_top; in lprofM_resume_total_time()
131 ASSERT(S->stack_top, "resume_function: stack_top null"); in lprofM_resume_function()
145 if (S->stack_top) { in lprofM_enter_function()
147 prev_name = S->stack_top->function_name; in lprofM_enter_function()
168 lprofS_push(&(S->stack_top), newf); in lprofM_enter_function()
182 ASSERT(S->stack_top, "leave_function: stack_top null"); in lprofM_leave_function()
184 leave_ret = lprofS_pop(&(S->stack_top)); in lprofM_leave_function()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c70 compute_local_time(S->stack_top); in lprofM_pause_local_time()
81 aux = S->stack_top; in lprofM_pause_total_time()
94 ASSERT(S->stack_top, "pause_function: stack_top null"); in lprofM_pause_function()
118 aux = S->stack_top; in lprofM_resume_total_time()
131 ASSERT(S->stack_top, "resume_function: stack_top null"); in lprofM_resume_function()
145 if (S->stack_top) { in lprofM_enter_function()
147 prev_name = S->stack_top->function_name; in lprofM_enter_function()
168 lprofS_push(&(S->stack_top), newf); in lprofM_enter_function()
182 ASSERT(S->stack_top, "leave_function: stack_top null"); in lprofM_leave_function()
184 leave_ret = lprofS_pop(&(S->stack_top)); in lprofM_leave_function()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c70 compute_local_time(S->stack_top); in lprofM_pause_local_time()
81 aux = S->stack_top; in lprofM_pause_total_time()
94 ASSERT(S->stack_top, "pause_function: stack_top null"); in lprofM_pause_function()
118 aux = S->stack_top; in lprofM_resume_total_time()
131 ASSERT(S->stack_top, "resume_function: stack_top null"); in lprofM_resume_function()
145 if (S->stack_top) { in lprofM_enter_function()
147 prev_name = S->stack_top->function_name; in lprofM_enter_function()
168 lprofS_push(&(S->stack_top), newf); in lprofM_enter_function()
182 ASSERT(S->stack_top, "leave_function: stack_top null"); in lprofM_leave_function()
184 leave_ret = lprofS_pop(&(S->stack_top)); in lprofM_leave_function()
[all …]
/dports/security/yara/yara-4.1.1/libyara/include/yara/
H A Dmodules.h61 int stack_top = 0; \
62 stack[stack_top] = module;
72 OBJECT_TYPE_STRUCTURE, name, stack[stack_top], &structure)); \
74 stack_top < sizeof(stack) / sizeof(stack[0]) - 1, \
76 stack[++stack_top] = structure; \
98 OBJECT_TYPE_DICTIONARY, name, stack[stack_top], &array)); \
102 stack_top < sizeof(stack) / sizeof(stack[0]) - 1, \
109 assert(stack[stack_top]->type == OBJECT_TYPE_STRUCTURE); \
111 strcmp(stack[stack_top]->identifier, name) == 0, \
113 stack_top--; \
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/marl/src/
H A Dosfiber_ppc64.c32 uintptr_t stack_top = (uintptr_t)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
33 if ((stack_top % 16) != 0) { in marl_fiber_set_target()
34 stack_top -= (stack_top % 16); in marl_fiber_set_target()
38 *(uintptr_t*)stack_top = 0; in marl_fiber_set_target()
39 stack_top -= 32; in marl_fiber_set_target()
40 *(uintptr_t*)stack_top = stack_top + 32; in marl_fiber_set_target()
43 ctx->r1 = stack_top; in marl_fiber_set_target()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/profiler/
H A Dchrome_unwinder_android_unittest.cc88 const uintptr_t stack_top = in TEST() local
111 const uintptr_t stack_top = in TEST() local
130 const uintptr_t stack_top = in TEST() local
147 const uintptr_t stack_top = in TEST() local
154 ChromeUnwinderAndroid::StepForTesting(&context, stack_top, in TEST()
162 ChromeUnwinderAndroid::StepForTesting(&context, stack_top, in TEST()
176 const uintptr_t stack_top = in TEST() local
187 &context, stack_top, MakeFrameEntry(kStackSize, 0))); in TEST()
240 uintptr_t stack_top = in TEST() local
275 uintptr_t stack_top = in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/profiler/
H A Dchrome_unwinder_android_unittest.cc88 const uintptr_t stack_top = in TEST() local
111 const uintptr_t stack_top = in TEST() local
130 const uintptr_t stack_top = in TEST() local
147 const uintptr_t stack_top = in TEST() local
154 ChromeUnwinderAndroid::StepForTesting(&context, stack_top, in TEST()
162 ChromeUnwinderAndroid::StepForTesting(&context, stack_top, in TEST()
176 const uintptr_t stack_top = in TEST() local
187 &context, stack_top, MakeFrameEntry(kStackSize, 0))); in TEST()
238 uintptr_t stack_top = in TEST() local
272 uintptr_t stack_top = in TEST() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cc43 return frame > stack_bottom && frame < stack_top - 2 * sizeof (uhwptr); in IsValidFrame()
50 uptr stack_top, in GetCanonicFrame() argument
53 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame()
55 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame()
58 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame()
70 void BufferedStackTrace::FastUnwindStack(uptr pc, uptr bp, uptr stack_top, in FastUnwindStack() argument
75 if (stack_top < 4096) return; // Sanity check for stack top. in FastUnwindStack()
76 uhwptr *frame = GetCanonicFrame(bp, stack_top, stack_bottom); in FastUnwindStack()
81 while (IsValidFrame((uptr)frame, stack_top, bottom) && in FastUnwindStack()
89 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in FastUnwindStack()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cc43 return frame > stack_bottom && frame < stack_top - 2 * sizeof (uhwptr); in IsValidFrame()
50 uptr stack_top, in GetCanonicFrame() argument
53 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame()
55 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame()
58 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame()
70 void BufferedStackTrace::FastUnwindStack(uptr pc, uptr bp, uptr stack_top, in FastUnwindStack() argument
75 if (stack_top < 4096) return; // Sanity check for stack top. in FastUnwindStack()
76 uhwptr *frame = GetCanonicFrame(bp, stack_top, stack_bottom); in FastUnwindStack()
81 while (IsValidFrame((uptr)frame, stack_top, bottom) && in FastUnwindStack()
89 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in FastUnwindStack()
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-block-parser.php370 $stack_top->block->innerHTML .= $html;
371 $stack_top->block->innerContent[] = $html;
375 $stack_top->block,
376 $stack_top->token_start,
377 $stack_top->token_length,
531 $stack_top = array_pop( $this->stack );
532 $prev_offset = $stack_top->prev_offset;
539 $stack_top->block->innerHTML .= $html;
540 $stack_top->block->innerContent[] = $html;
547 $stack_top->leading_html_start,
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-block-parser.php370 $stack_top->block->innerHTML .= $html;
371 $stack_top->block->innerContent[] = $html;
375 $stack_top->block,
376 $stack_top->token_start,
377 $stack_top->token_length,
531 $stack_top = array_pop( $this->stack );
532 $prev_offset = $stack_top->prev_offset;
539 $stack_top->block->innerHTML .= $html;
540 $stack_top->block->innerContent[] = $html;
547 $stack_top->leading_html_start,
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp49 uptr stack_top, in GetCanonicFrame() argument
51 CHECK_GT(stack_top, stack_bottom); in GetCanonicFrame()
53 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame()
55 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame()
58 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame()
70 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast() argument
77 if (stack_top < 4096) return; // Sanity check for stack top. in UnwindFast()
78 uhwptr *frame = GetCanonicFrame(bp, stack_top, stack_bottom); in UnwindFast()
83 while (IsValidFrame((uptr)frame, stack_top, bottom) && in UnwindFast()
91 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in UnwindFast()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp49 uptr stack_top, in GetCanonicFrame() argument
51 CHECK_GT(stack_top, stack_bottom); in GetCanonicFrame()
53 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame()
55 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame()
58 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame()
70 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast() argument
77 if (stack_top < 4096) return; // Sanity check for stack top. in UnwindFast()
78 uhwptr *frame = GetCanonicFrame(bp, stack_top, stack_bottom); in UnwindFast()
83 while (IsValidFrame((uptr)frame, stack_top, bottom) && in UnwindFast()
91 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in UnwindFast()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cpp49 uptr stack_top, in GetCanonicFrame() argument
51 CHECK_GT(stack_top, stack_bottom); in GetCanonicFrame()
53 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame()
55 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame()
58 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame()
70 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast() argument
77 if (stack_top < 4096) return; // Sanity check for stack top. in UnwindFast()
78 uhwptr *frame = GetCanonicFrame(bp, stack_top, stack_bottom); in UnwindFast()
83 while (IsValidFrame((uptr)frame, stack_top, bottom) && in UnwindFast()
91 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in UnwindFast()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cpp49 uptr stack_top, in GetCanonicFrame() argument
51 CHECK_GT(stack_top, stack_bottom); in GetCanonicFrame()
53 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame()
55 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame()
58 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame()
70 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast() argument
77 if (stack_top < 4096) return; // Sanity check for stack top. in UnwindFast()
78 uhwptr *frame = GetCanonicFrame(bp, stack_top, stack_bottom); in UnwindFast()
83 while (IsValidFrame((uptr)frame, stack_top, bottom) && in UnwindFast()
91 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in UnwindFast()
[all …]
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp49 uptr stack_top, in GetCanonicFrame() argument
51 CHECK_GT(stack_top, stack_bottom); in GetCanonicFrame()
53 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame()
55 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame()
58 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame()
70 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast() argument
77 if (stack_top < 4096) return; // Sanity check for stack top. in UnwindFast()
78 uhwptr *frame = GetCanonicFrame(bp, stack_top, stack_bottom); in UnwindFast()
83 while (IsValidFrame((uptr)frame, stack_top, bottom) && in UnwindFast()
91 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in UnwindFast()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp51 uptr stack_top, in GetCanonicFrame() argument
53 CHECK_GT(stack_top, stack_bottom); in GetCanonicFrame()
55 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame()
57 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame()
60 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame()
72 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast() argument
79 if (stack_top < 4096) return; // Sanity check for stack top. in UnwindFast()
80 uhwptr *frame = GetCanonicFrame(bp, stack_top, stack_bottom); in UnwindFast()
85 while (IsValidFrame((uptr)frame, stack_top, bottom) && in UnwindFast()
93 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in UnwindFast()
[all …]

12345678910>>...91