Home
last modified time | relevance | path

Searched refs:stack_used (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Dtraverse_nr.c174 stack->stack_used = 1; in traverse_every_el_preorder()
189 stack->stack_used--; in traverse_every_el_preorder()
206 stack->stack_used = 1; in traverse_every_el_preorder()
225 stack->stack_used++; in traverse_every_el_preorder()
259 stack->stack_used = 1; in traverse_every_el_inorder()
272 stack->stack_used--; in traverse_every_el_inorder()
289 stack->stack_used = 1; in traverse_every_el_inorder()
307 stack->stack_used++; in traverse_every_el_inorder()
351 stack->stack_used--; in traverse_every_el_postorder()
388 stack->stack_used++; in traverse_every_el_postorder()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/3d/
H A Dtraverse_nr_3d.c89 stack->elinfo_stack+stack->stack_used, in traverse_neighbour_3d()
92 stack->stack_used++; in traverse_neighbour_3d()
107 stack->stack_used--; in traverse_neighbour_3d()
139 stack->stack_used = 1; in traverse_neighbour_3d()
147 stack2_used = stack->stack_used + 1; in traverse_neighbour_3d()
159 stack->elinfo_stack+stack->stack_used, in traverse_neighbour_3d()
161 stack->stack_used++; in traverse_neighbour_3d()
178 stack->elinfo_stack+stack->stack_used, in traverse_neighbour_3d()
180 stack->stack_used++; in traverse_neighbour_3d()
209 stack->elinfo_stack+stack->stack_used, in traverse_neighbour_3d()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/2d/
H A Dtraverse_nr_2d.c70 stack->elinfo_stack+stack->stack_used+1); in traverse_neighbour_2d()
72 stack->stack_used++; in traverse_neighbour_2d()
79 for (i=0; i<=stack->stack_used; i++) in traverse_neighbour_2d()
81 for (i=0; i<=stack->stack_used; i++) in traverse_neighbour_2d()
95 while (stack->stack_used > 1) in traverse_neighbour_2d()
97 stack->stack_used--; in traverse_neighbour_2d()
139 stack->stack_used = 1; in traverse_neighbour_2d()
146 stack2_used = stack->stack_used + 1; in traverse_neighbour_2d()
160 stack->stack_used++; in traverse_neighbour_2d()
182 stack->stack_used++; in traverse_neighbour_2d()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/1d/
H A Dtraverse_nr_1d.c70 for (i=0; i<=stack->stack_used; i++) in traverse_neighbour_1d()
72 for (i=0; i<=stack->stack_used; i++) in traverse_neighbour_1d()
87 while (stack->stack_used > 1) in traverse_neighbour_1d()
89 stack->stack_used--; in traverse_neighbour_1d()
108 stack->stack_used = 1; in traverse_neighbour_1d()
110 stack->elinfo_stack+stack->stack_used); in traverse_neighbour_1d()
111 stack->info_stack[stack->stack_used] = 0; in traverse_neighbour_1d()
120 stack->elinfo_stack+stack->stack_used+1); in traverse_neighbour_1d()
121 stack->stack_used++; in traverse_neighbour_1d()
140 stack->elinfo_stack+stack->stack_used+1); in traverse_neighbour_1d()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dcheck_stack.cc74 long stack_used = in check_stack_overrun() local
75 used_stack(thd->thread_stack, reinterpret_cast<char *>(&stack_used)); in check_stack_overrun()
76 if (stack_used >= static_cast<long>(my_thread_stack_size - margin) || in check_stack_overrun()
85 ER_THD(thd, ER_STACK_OVERRUN_NEED_MORE), stack_used, in check_stack_overrun()
93 max_stack_used = std::max(max_stack_used.load(), stack_used); in check_stack_overrun()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c114 int child(unsigned int stack_used, int delta, enum access_type type) in child() argument
120 assert(consume_stack(stack_high - stack_used, stack_high, delta, type) == 0); in child()
123 type == LOAD ? "load" : "store", delta, stack_used, stack_high, in child()
129 static int test_one(unsigned int stack_used, int delta, enum access_type type) in test_one() argument
136 exit(child(stack_used, delta, type)); in test_one()
147 type == LOAD ? "load" : "store", delta, stack_used, in test_one()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c114 int child(unsigned int stack_used, int delta, enum access_type type) in child() argument
120 assert(consume_stack(stack_high - stack_used, stack_high, delta, type) == 0); in child()
123 type == LOAD ? "load" : "store", delta, stack_used, stack_high, in child()
129 static int test_one(unsigned int stack_used, int delta, enum access_type type) in test_one() argument
136 exit(child(stack_used, delta, type)); in test_one()
147 type == LOAD ? "load" : "store", delta, stack_used, in test_one()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c114 int child(unsigned int stack_used, int delta, enum access_type type) in child() argument
120 assert(consume_stack(stack_high - stack_used, stack_high, delta, type) == 0); in child()
123 type == LOAD ? "load" : "store", delta, stack_used, stack_high, in child()
129 static int test_one(unsigned int stack_used, int delta, enum access_type type) in test_one() argument
136 exit(child(stack_used, delta, type)); in test_one()
147 type == LOAD ? "load" : "store", delta, stack_used, in test_one()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A Dstack_zero.inline.hpp51 int stack_used = thread->stack_base() - (address) &stack_used in abi_stack_available() local
53 int stack_free = thread->stack_size() - stack_used; in abi_stack_available()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/zero/
H A Dstack_zero.inline.hpp51 int stack_used = thread->stack_base() - (address) &stack_used in abi_stack_available() local
53 int stack_free = thread->stack_size() - stack_used; in abi_stack_available()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A Dstack_zero.inline.hpp51 int stack_used = thread->stack_base() - (address) &stack_used in abi_stack_available() local
53 int stack_free = thread->stack_size() - stack_used; in abi_stack_available()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/zero/
H A Dstack_zero.inline.hpp51 int stack_used = thread->stack_base() - (address) &stack_used in abi_stack_available() local
53 int stack_free = thread->stack_size() - stack_used; in abi_stack_available()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/zero/
H A Dstack_zero.inline.hpp51 int stack_used = thread->stack_base() - (address) &stack_used in abi_stack_available() local
53 int stack_free = thread->stack_size() - stack_used; in abi_stack_available()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/zero/
H A Dstack_zero.inline.hpp51 int stack_used = thread->stack_base() - (address) &stack_used in abi_stack_available() local
53 int stack_free = thread->stack_size() - stack_used; in abi_stack_available()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/zero/
H A Dstack_zero.inline.hpp51 int stack_used = thread->stack_base() - (address) &stack_used in abi_stack_available() local
53 int stack_free = thread->stack_size() - stack_used; in abi_stack_available()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/zero/
H A Dstack_zero.inline.hpp51 int stack_used = thread->stack_base() - (address) &stack_used in abi_stack_available() local
53 int stack_free = thread->stack_size() - stack_used; in abi_stack_available()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A Dstack_zero.inline.hpp52 int stack_used = thread->stack_base() - (address) &stack_used in abi_stack_available() local
54 int stack_free = thread->stack_size() - stack_used; in abi_stack_available()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A Dstack_zero.inline.hpp52 int stack_used = thread->stack_base() - (address) &stack_used in abi_stack_available() local
54 int stack_free = thread->stack_size() - stack_used; in abi_stack_available()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_util.c355 int stack_used; member
1609 context.stack_used = 0; in db_match_compile()
1796 --(context.stack_used); in db_match_compile()
3693 ++(context->stack_used); in dmc_one_term()
3702 ++(context->stack_used); in dmc_one_term()
4117 ++context->stack_used; in dmc_whole_expression()
4157 ++context->stack_used; in dmc_variable()
4182 ++context->stack_used; in dmc_all_bindings()
4296 --(context->stack_used); in dmc_andalso()
4344 --(context->stack_used); in dmc_orelse()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_util.c355 int stack_used; member
1609 context.stack_used = 0; in db_match_compile()
1796 --(context.stack_used); in db_match_compile()
3693 ++(context->stack_used); in dmc_one_term()
3702 ++(context->stack_used); in dmc_one_term()
4117 ++context->stack_used; in dmc_whole_expression()
4157 ++context->stack_used; in dmc_variable()
4182 ++context->stack_used; in dmc_all_bindings()
4296 --(context->stack_used); in dmc_andalso()
4344 --(context->stack_used); in dmc_orelse()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_util.c355 int stack_used; member
1609 context.stack_used = 0; in db_match_compile()
1796 --(context.stack_used); in db_match_compile()
3693 ++(context->stack_used); in dmc_one_term()
3702 ++(context->stack_used); in dmc_one_term()
4117 ++context->stack_used; in dmc_whole_expression()
4157 ++context->stack_used; in dmc_variable()
4182 ++context->stack_used; in dmc_all_bindings()
4296 --(context->stack_used); in dmc_andalso()
4344 --(context->stack_used); in dmc_orelse()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_util.c355 int stack_used; member
1609 context.stack_used = 0; in db_match_compile()
1796 --(context.stack_used); in db_match_compile()
3693 ++(context->stack_used); in dmc_one_term()
3702 ++(context->stack_used); in dmc_one_term()
4117 ++context->stack_used; in dmc_whole_expression()
4157 ++context->stack_used; in dmc_variable()
4182 ++context->stack_used; in dmc_all_bindings()
4296 --(context->stack_used); in dmc_andalso()
4344 --(context->stack_used); in dmc_orelse()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_db_util.c357 int stack_used; member
1611 context.stack_used = 0; in db_match_compile()
1798 --(context.stack_used); in db_match_compile()
3648 ++(context->stack_used); in dmc_one_term()
3657 ++(context->stack_used); in dmc_one_term()
4018 ++context->stack_used; in dmc_whole_expression()
4058 ++context->stack_used; in dmc_variable()
4083 ++context->stack_used; in dmc_all_bindings()
4200 --(context->stack_used); in dmc_andalso()
4248 --(context->stack_used); in dmc_orelse()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_db_util.c338 int stack_used; member
1577 context.stack_used = 0; in db_match_compile()
1764 --(context.stack_used); in db_match_compile()
3579 ++(context->stack_used); in dmc_one_term()
3588 ++(context->stack_used); in dmc_one_term()
3949 ++context->stack_used; in dmc_whole_expression()
3989 ++context->stack_used; in dmc_variable()
4014 ++context->stack_used; in dmc_all_bindings()
4131 --(context->stack_used); in dmc_andalso()
4179 --(context->stack_used); in dmc_orelse()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_db_util.c338 int stack_used; member
1556 context.stack_used = 0; in db_match_compile()
1743 --(context.stack_used); in db_match_compile()
3571 ++(context->stack_used); in dmc_one_term()
3580 ++(context->stack_used); in dmc_one_term()
3941 ++context->stack_used; in dmc_whole_expression()
3981 ++context->stack_used; in dmc_variable()
4006 ++context->stack_used; in dmc_all_bindings()
4123 --(context->stack_used); in dmc_andalso()
4171 --(context->stack_used); in dmc_orelse()
[all …]

1234567