Home
last modified time | relevance | path

Searched refs:stack_push (Results 1 – 25 of 1011) sorted by relevance

12345678910>>...41

/dports/lang/opencoarrays/OpenCoarrays-2.9.0/prerequisites/install-functions/
H A Dfind_or_install.sh75 stack_push dependency_pkg "none"
76 stack_push dependency_exe "none"
77 stack_push dependency_path "none"
82 stack_push dependency_pkg "none"
83 stack_push dependency_exe "none"
84 stack_push dependency_path "none"
132 stack_push dependency_pkg "none"
133 stack_push dependency_exe "none"
143 stack_push dependency_pkg "none"
144 stack_push dependency_exe "none"
[all …]
/dports/emulators/mess/mame-mame0226/src/frontend/mame/ui/
H A Dmainmenu.cpp180 menu::stack_push<menu_analog>(ui(), container()); in handle()
184 menu::stack_push<menu_bookkeeping>(ui(), container()); in handle()
188 menu::stack_push<menu_game_info>(ui(), container()); in handle()
192 menu::stack_push<menu_warn_info>(ui(), container()); in handle()
196 menu::stack_push<menu_image_info>(ui(), container()); in handle()
208 menu::stack_push<menu_pty_info>(ui(), container()); in handle()
236 menu::stack_push<menu_crosshair>(ui(), container()); in handle()
240 menu::stack_push<menu_cheat>(ui(), container()); in handle()
244 menu::stack_push<menu_plugin>(ui(), container()); in handle()
255 menu::stack_push<menu_about>(ui(), container()); in handle()
[all …]
H A Doptsmenu.cpp95 menu::stack_push<submenu>(ui(), container(), submenu::misc_options); in handle_item_event()
102 menu::stack_push<menu_sound_options>(ui(), container()); in handle_item_event()
109 menu::stack_push<submenu>(ui(), container(), submenu::video_options); in handle_item_event()
115 menu::stack_push<submenu>(ui(), container(), submenu::control_options); in handle_item_event()
119 menu::stack_push<menu_input_groups>(ui(), container()); in handle_item_event()
124 menu::stack_push<submenu>(ui(), container(), submenu::advanced_options); in handle_item_event()
241 menu::stack_push<menu_selector>( in handle_item_event()
281 menu::stack_push<menu_directory>(ui(), container()); in handle_item_event()
285 …menu::stack_push<menu_custom_ui>(ui(), container(), [this] () { reset(reset_options::REMEMBER_REF)… in handle_item_event()
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ui/
H A Dmainmenu.cpp180 menu::stack_push<menu_analog>(ui(), container()); in handle()
184 menu::stack_push<menu_bookkeeping>(ui(), container()); in handle()
188 menu::stack_push<menu_game_info>(ui(), container()); in handle()
192 menu::stack_push<menu_warn_info>(ui(), container()); in handle()
196 menu::stack_push<menu_image_info>(ui(), container()); in handle()
208 menu::stack_push<menu_pty_info>(ui(), container()); in handle()
236 menu::stack_push<menu_crosshair>(ui(), container()); in handle()
240 menu::stack_push<menu_cheat>(ui(), container()); in handle()
244 menu::stack_push<menu_plugin>(ui(), container()); in handle()
255 menu::stack_push<menu_about>(ui(), container()); in handle()
[all …]
H A Doptsmenu.cpp95 menu::stack_push<submenu>(ui(), container(), submenu::misc_options); in handle_item_event()
102 menu::stack_push<menu_sound_options>(ui(), container()); in handle_item_event()
109 menu::stack_push<submenu>(ui(), container(), submenu::video_options); in handle_item_event()
115 menu::stack_push<submenu>(ui(), container(), submenu::control_options); in handle_item_event()
119 menu::stack_push<menu_input_groups>(ui(), container()); in handle_item_event()
124 menu::stack_push<submenu>(ui(), container(), submenu::advanced_options); in handle_item_event()
241 menu::stack_push<menu_selector>( in handle_item_event()
281 menu::stack_push<menu_directory>(ui(), container()); in handle_item_event()
285 …menu::stack_push<menu_custom_ui>(ui(), container(), [this] () { reset(reset_options::REMEMBER_REF)… in handle_item_event()
/dports/lang/retro12/RETRO12-2021.4/vm/nga-c/
H A Ddev-clock.c8 stack_push((CELL)time(NULL)); in unix_time()
13 stack_push((CELL)localtime(&t)->tm_mday); in unix_time_day()
28 stack_push((CELL)localtime(&t)->tm_hour); in unix_time_hour()
33 stack_push((CELL)localtime(&t)->tm_min); in unix_time_minute()
38 stack_push((CELL)localtime(&t)->tm_sec); in unix_time_second()
43 stack_push((CELL)gmtime(&t)->tm_mday); in unix_time_day_utc()
58 stack_push((CELL)gmtime(&t)->tm_hour); in unix_time_hour_utc()
63 stack_push((CELL)gmtime(&t)->tm_min); in unix_time_minute_utc()
68 stack_push((CELL)gmtime(&t)->tm_sec); in unix_time_second_utc()
80 stack_push(0); in io_clock_query()
[all …]
H A Ddev-sockets.c81 stack_push((CELL)i); in socket_create()
99 stack_push(errno); in socket_bind()
106 stack_push(errno); in socket_listen()
119 stack_push((CELL)i); in socket_accept()
123 stack_push(errno); in socket_accept()
128 stack_push(errno); in socket_connect()
135 stack_push(errno); in socket_send()
149 stack_push(len); in socket_recv()
150 stack_push(errno); in socket_recv()
175 stack_push(0); in query_socket()
[all …]
H A Dretro.c426 stack_push(1); in query_floatingpoint()
427 stack_push(2); in query_floatingpoint()
649 stack_push(0); in query_filesystem()
650 stack_push(4); in query_filesystem()
819 stack_push(2); in query_unix()
820 stack_push(8); in query_unix()
904 stack_push(0); in query_clock()
905 stack_push(5); in query_clock()
936 stack_push(0); in query_rng()
1073 stack_push(0); in query_socket()
[all …]
H A Ddev-floatingpoint.c151 stack_push(-1); in float_eq()
153 stack_push(0); in float_eq()
160 stack_push(-1); in float_neq()
162 stack_push(0); in float_neq()
169 stack_push(-1); in float_lt()
171 stack_push(0); in float_lt()
180 stack_push(0); in float_gt()
184 stack_push(fsp); in float_depth()
188 stack_push(afsp); in float_adepth()
264 stack_push(1); in io_floatingpoint_query()
[all …]
H A Ddev-unix.c40 stack_push(slot); in unix_open_pipe()
54 stack_push(fork()); in unix_fork()
71 stack_push(errno); in unix_exec0()
80 stack_push(errno); in unix_exec1()
90 stack_push(errno); in unix_exec2()
101 stack_push(errno); in unix_exec3()
109 stack_push(getpid()); in unix_getpid()
114 stack_push(wait(&a)); in unix_wait()
171 stack_push(1); in io_unix_query()
172 stack_push(8); in io_unix_query()
H A Dretro-windows.c185 stack_push(0); in io_output_query()
186 stack_push(0); in io_output_query()
199 stack_push(0); in io_keyboard_query()
200 stack_push(1); in io_keyboard_query()
238 stack_push(0); in io_scripting_query()
239 stack_push(9); in io_scripting_query()
266 stack_push(0); in io_image_query()
787 stack_push(0); in io_filesystem_query()
788 stack_push(4); in io_filesystem_query()
1043 stack_push(1); in io_floatingpoint_query()
[all …]
H A Dbarebones.c53 void stack_push(CELL value);
66 void stack_push(CELL value) { in stack_push() function
77 stack_push(0); in generic_output_query()
78 stack_push(0); in generic_output_query()
82 stack_push(getc(stdin)); in generic_input()
87 stack_push(0); in generic_input_query()
88 stack_push(1); in generic_input_query()
H A Ddev-rng.c17 stack_push((CELL)abs((CELL)r)); in io_random()
19 stack_push(llabs(r)); in io_random()
24 stack_push(0); in io_random_query()
25 stack_push(10); in io_random_query()
H A Dretro-unix.c157 stack_push(0); in io_output_query()
158 stack_push(0); in io_output_query()
166 stack_push(getc(stdin)); in io_keyboard_handler()
171 stack_push(0); in io_keyboard_query()
172 stack_push(1); in io_keyboard_query()
195 stack_push(sys_argc - 2); in scripting_arg_count()
212 stack_push(currentLine + 1); in scripting_line()
258 stack_push(2); in io_scripting_query()
259 stack_push(9); in io_scripting_query()
346 stack_push(TIB); in evaluate()
[all …]
H A Dretro-runtime.c145 stack_push(0); in io_output_query()
146 stack_push(0); in io_output_query()
154 stack_push(getc(stdin)); in io_keyboard_handler()
159 stack_push(0); in io_keyboard_query()
160 stack_push(1); in io_keyboard_query()
175 stack_push(string_inject(sys_argv[a + 1], b)); in scripting_arg()
179 stack_push(sys_argc - 1); in scripting_arg_count()
198 stack_push(0); in io_scripting_query()
199 stack_push(9); in io_scripting_query()
275 stack_push(TIB); in rre_evaluate()
[all …]
H A Ddev-files.c65 stack_push(slot); in file_open()
84 stack_push(feof(OpenFileHandles[slot]) ? 0 : c); in file_read()
139 stack_push((CELL) ftell(OpenFileHandles[slot])); in file_get_position()
189 stack_push((r == 0) ? size : 0); in file_get_size()
237 stack_push(0); in io_filesystem_query()
238 stack_push(4); in io_filesystem_query()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-stack.c45 stack_push (&int_stack, 0); in main()
46 stack_push (&int_stack, 1); in main()
47 stack_push (&int_stack, 2); in main()
48 stack_push (&int_stack, 3); in main()
49 stack_push (&int_stack, 4); in main()
50 stack_push (&int_stack, 5); in main()
51 stack_push (&int_stack, 6); in main()
52 stack_push (&int_stack, 7); in main()
53 stack_push (&int_stack, 8); in main()
54 stack_push (&int_stack, 9); in main()
/dports/games/tty-solitaire/tty-solitaire-1.3.1/tests/
H A Dstack_test.c27 stack_push(&stack_0, card[i]); in test_stack_dup()
59 stack_push(&stack, card); in test_stack_empty_on_non_stack_empty_stack()
79 stack_push(&stack, card[i]); in test_stack_length()
96 stack_push(&stack, card); in test_stack_push_on_stack_empty_stack()
117 stack_push(&stack, card_0); in test_stack_push_on_non_stack_empty_stack()
118 stack_push(&stack, card_1); in test_stack_push_on_non_stack_empty_stack()
133 stack_push(&stack, NULL); in test_stack_push_null_on_stack_empty_stack()
152 stack_push(&stack, NULL); in test_stack_push_null_on_non_stack_empty_stack()
184 stack_push(&stack, card); in test_stack_pop_on_stack_with_one_element()
204 stack_push(&stack, card[i]); in test_stack_pop_on_stack_with_more_than_one_element()
[all …]
/dports/textproc/jq/jq-jq-1.6/src/
H A Dexecute.c409 stack_push(jq, v); in jq_next()
421 stack_push(jq, v); in jq_next()
428 stack_push(jq, v); in jq_next()
437 stack_push(jq, v); in jq_next()
444 stack_push(jq, v); in jq_next()
454 stack_push(jq, a); in jq_next()
455 stack_push(jq, b); in jq_next()
463 stack_push(jq, v); in jq_next()
464 stack_push(jq, v2); in jq_next()
682 stack_push(jq, v); in jq_next()
[all …]
/dports/devel/cutter/cutter-1.2.6/sample/stack/test/
H A Dtest-stack.c35 stack_push(stack, 100); in test_push()
45 stack_push(stack, 10); in test_pop()
46 stack_push(stack, 20); in test_pop()
47 stack_push(stack, 30); in test_pop()
55 stack_push(stack, 40); in test_pop()
/dports/lang/retro12/RETRO12-2021.4/vm/nga-c-native-x86/
H A Dretro.c56 void stack_push(CELL value);
123 stack_push(*((int*)stack_pop())); in fetch()
133 stack_push((long)*((char*)stack_pop()) & 0xFF); in fetchb()
163 void stack_push(CELL value) { in stack_push() function
180 stack_push(0); in generic_output_query()
181 stack_push(0); in generic_output_query()
213 stack_push(0); in portio_query()
214 stack_push(2000); in portio_query()
218 stack_push(remap(getchar())); in generic_input()
223 stack_push(0); in generic_input_query()
[all …]
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/parser/
H A Dpbeginnested.c10 stack_push(&pp->d_handler_st, stValue); in p_begin_nested()
16 stack_push(&pp->d_insert_st, saved); in p_begin_nested()
22 stack_push(&pp->d_string_st, stValue); in p_begin_nested()
30 stack_push(&pp->d_string_st, stValue); in p_begin_nested()
/dports/devel/cxxtest/cxxtest-4.4/sample/SCons/tests/
H A Dstack_test.h31 stack_push(stack, 1); in test_one_push_add_one_to_size()
36 stack_push(stack, 1); in test_push_pop_doesnt_change_size()
42 stack_push(stack, 1); in test_peak_after_push()
63 stack_push(stack, i); in test_capacity_gte_size()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/sample/SCons/tests/
H A Dstack_test.h31 stack_push(stack, 1); in test_one_push_add_one_to_size()
36 stack_push(stack, 1); in test_push_pop_doesnt_change_size()
42 stack_push(stack, 1); in test_peak_after_push()
63 stack_push(stack, i); in test_capacity_gte_size()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/sample/SCons/tests/
H A Dstack_test.h31 stack_push(stack, 1); in test_one_push_add_one_to_size()
36 stack_push(stack, 1); in test_push_pop_doesnt_change_size()
42 stack_push(stack, 1); in test_peak_after_push()
63 stack_push(stack, i); in test_capacity_gte_size()

12345678910>>...41