Home
last modified time | relevance | path

Searched refs:to_arg (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_process_dump.c100 dump_literals(to, to_arg); in erts_deep_process_dump()
326 erts_putc(to, to_arg, *s++); in dump_element()
336 erts_putc(to, to_arg, 'N'); in dump_element()
344 dump_element(to, to_arg, x); in dump_element_nl()
345 erts_putc(to, to_arg, '\n'); in dump_element_nl()
427 dump_element(to, to_arg, x); in stack_element_dump()
428 erts_putc(to, to_arg, '\n'); in stack_element_dump()
477 erts_putc(to, to_arg, '|'); in heap_dump()
479 erts_putc(to, to_arg, '\n'); in heap_dump()
551 erts_print(to, to_arg, in heap_dump()
[all …]
H A Dbreak.c116 port_info(to, to_arg); in process_info()
156 void *to_arg; member
163 void *to_arg = pcontext->to_arg; in doit_print_link() local
180 void *to_arg = pcontext->to_arg; in doit_print_monitor() local
444 atom_info(to, to_arg); in info()
445 module_info(to, to_arg); in info()
446 export_info(to, to_arg); in info()
746 void* to_arg; member
787 void* to_arg; in erl_crash_dump_v() local
913 to_arg = lwi.to_arg; in erl_crash_dump_v()
[all …]
H A Derl_debug.c102 erts_print(to, to_arg, "[]"); in pdisplay1()
126 erts_putc(to, to_arg, '}'); in pdisplay1()
135 erts_print(to, to_arg, ">"); in pdisplay1()
152 erts_putc(to, to_arg, '['); in pdisplay1()
163 erts_putc(to, to_arg, ','); in pdisplay1()
167 erts_putc(to, to_arg, '|'); in pdisplay1()
171 erts_putc(to, to_arg, ']'); in pdisplay1()
176 erts_putc(to, to_arg, '{'); in pdisplay1()
181 erts_putc(to, to_arg, '}'); in pdisplay1()
205 void *to_arg = NULL; in pps() local
[all …]
H A Dbeam_debug.c519 erts_print(to, to_arg, "r(0)"); in print_op()
524 erts_print(to, to_arg, "x(%d)", n); in print_op()
531 erts_print(to, to_arg, "y(%d)", n); in print_op()
536 erts_print(to, to_arg, "`[]`"); in print_op()
571 erts_print(to, to_arg, "y(%d)", in print_op()
574 erts_print(to, to_arg, "x(%d)", in print_op()
614 erts_print(to, to_arg, "%d", *ap); in print_op()
657 erts_print(to, to_arg, in print_op()
681 erts_print(to, to_arg, "???"); in print_op()
685 erts_print(to, to_arg, " "); in print_op()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_process_dump.c97 dump_literals(to, to_arg); in erts_deep_process_dump()
327 erts_putc(to, to_arg, *s++); in dump_element()
337 erts_putc(to, to_arg, 'N'); in dump_element()
345 dump_element(to, to_arg, x); in dump_element_nl()
346 erts_putc(to, to_arg, '\n'); in dump_element_nl()
428 dump_element(to, to_arg, x); in stack_element_dump()
429 erts_putc(to, to_arg, '\n'); in stack_element_dump()
485 erts_putc(to, to_arg, '|'); in heap_dump()
487 erts_putc(to, to_arg, '\n'); in heap_dump()
559 erts_print(to, to_arg, in heap_dump()
[all …]
H A Dbreak.c116 port_info(to, to_arg); in process_info()
156 void *to_arg; member
163 void *to_arg = pcontext->to_arg; in doit_print_link() local
180 void *to_arg = pcontext->to_arg; in doit_print_monitor() local
444 atom_info(to, to_arg); in info()
445 module_info(to, to_arg); in info()
446 export_info(to, to_arg); in info()
746 void* to_arg; member
787 void* to_arg; in erl_crash_dump_v() local
913 to_arg = lwi.to_arg; in erl_crash_dump_v()
[all …]
H A Derl_debug.c102 erts_print(to, to_arg, "[]"); in pdisplay1()
126 erts_putc(to, to_arg, '}'); in pdisplay1()
135 erts_print(to, to_arg, ">"); in pdisplay1()
152 erts_putc(to, to_arg, '['); in pdisplay1()
163 erts_putc(to, to_arg, ','); in pdisplay1()
167 erts_putc(to, to_arg, '|'); in pdisplay1()
171 erts_putc(to, to_arg, ']'); in pdisplay1()
176 erts_putc(to, to_arg, '{'); in pdisplay1()
181 erts_putc(to, to_arg, '}'); in pdisplay1()
205 void *to_arg = NULL; in pps() local
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_process_dump.c97 dump_literals(to, to_arg); in erts_deep_process_dump()
327 erts_putc(to, to_arg, *s++); in dump_element()
337 erts_putc(to, to_arg, 'N'); in dump_element()
345 dump_element(to, to_arg, x); in dump_element_nl()
346 erts_putc(to, to_arg, '\n'); in dump_element_nl()
428 dump_element(to, to_arg, x); in stack_element_dump()
429 erts_putc(to, to_arg, '\n'); in stack_element_dump()
485 erts_putc(to, to_arg, '|'); in heap_dump()
487 erts_putc(to, to_arg, '\n'); in heap_dump()
559 erts_print(to, to_arg, in heap_dump()
[all …]
H A Dbreak.c116 port_info(to, to_arg); in process_info()
156 void *to_arg; member
163 void *to_arg = pcontext->to_arg; in doit_print_link() local
180 void *to_arg = pcontext->to_arg; in doit_print_monitor() local
444 atom_info(to, to_arg); in info()
445 module_info(to, to_arg); in info()
446 export_info(to, to_arg); in info()
746 void* to_arg; member
787 void* to_arg; in erl_crash_dump_v() local
913 to_arg = lwi.to_arg; in erl_crash_dump_v()
[all …]
H A Derl_debug.c102 erts_print(to, to_arg, "[]"); in pdisplay1()
126 erts_putc(to, to_arg, '}'); in pdisplay1()
135 erts_print(to, to_arg, ">"); in pdisplay1()
152 erts_putc(to, to_arg, '['); in pdisplay1()
163 erts_putc(to, to_arg, ','); in pdisplay1()
167 erts_putc(to, to_arg, '|'); in pdisplay1()
171 erts_putc(to, to_arg, ']'); in pdisplay1()
176 erts_putc(to, to_arg, '{'); in pdisplay1()
181 erts_putc(to, to_arg, '}'); in pdisplay1()
205 void *to_arg = NULL; in pps() local
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_process_dump.c97 dump_literals(to, to_arg); in erts_deep_process_dump()
327 erts_putc(to, to_arg, *s++); in dump_element()
337 erts_putc(to, to_arg, 'N'); in dump_element()
345 dump_element(to, to_arg, x); in dump_element_nl()
346 erts_putc(to, to_arg, '\n'); in dump_element_nl()
428 dump_element(to, to_arg, x); in stack_element_dump()
429 erts_putc(to, to_arg, '\n'); in stack_element_dump()
485 erts_putc(to, to_arg, '|'); in heap_dump()
487 erts_putc(to, to_arg, '\n'); in heap_dump()
559 erts_print(to, to_arg, in heap_dump()
[all …]
H A Dbreak.c116 port_info(to, to_arg); in process_info()
156 void *to_arg; member
163 void *to_arg = pcontext->to_arg; in doit_print_link() local
180 void *to_arg = pcontext->to_arg; in doit_print_monitor() local
444 atom_info(to, to_arg); in info()
445 module_info(to, to_arg); in info()
446 export_info(to, to_arg); in info()
746 void* to_arg; member
787 void* to_arg; in erl_crash_dump_v() local
913 to_arg = lwi.to_arg; in erl_crash_dump_v()
[all …]
H A Derl_debug.c102 erts_print(to, to_arg, "[]"); in pdisplay1()
126 erts_putc(to, to_arg, '}'); in pdisplay1()
135 erts_print(to, to_arg, ">"); in pdisplay1()
152 erts_putc(to, to_arg, '['); in pdisplay1()
163 erts_putc(to, to_arg, ','); in pdisplay1()
167 erts_putc(to, to_arg, '|'); in pdisplay1()
171 erts_putc(to, to_arg, ']'); in pdisplay1()
176 erts_putc(to, to_arg, '{'); in pdisplay1()
181 erts_putc(to, to_arg, '}'); in pdisplay1()
205 void *to_arg = NULL; in pps() local
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_process_dump.c97 dump_literals(to, to_arg); in erts_deep_process_dump()
327 erts_putc(to, to_arg, *s++); in dump_element()
337 erts_putc(to, to_arg, 'N'); in dump_element()
345 dump_element(to, to_arg, x); in dump_element_nl()
346 erts_putc(to, to_arg, '\n'); in dump_element_nl()
428 dump_element(to, to_arg, x); in stack_element_dump()
429 erts_putc(to, to_arg, '\n'); in stack_element_dump()
485 erts_putc(to, to_arg, '|'); in heap_dump()
487 erts_putc(to, to_arg, '\n'); in heap_dump()
559 erts_print(to, to_arg, in heap_dump()
[all …]
H A Dbreak.c116 port_info(to, to_arg); in process_info()
156 void *to_arg; member
163 void *to_arg = pcontext->to_arg; in doit_print_link() local
180 void *to_arg = pcontext->to_arg; in doit_print_monitor() local
444 atom_info(to, to_arg); in info()
445 module_info(to, to_arg); in info()
446 export_info(to, to_arg); in info()
746 void* to_arg; member
787 void* to_arg; in erl_crash_dump_v() local
913 to_arg = lwi.to_arg; in erl_crash_dump_v()
[all …]
H A Derl_debug.c102 erts_print(to, to_arg, "[]"); in pdisplay1()
126 erts_putc(to, to_arg, '}'); in pdisplay1()
135 erts_print(to, to_arg, ">"); in pdisplay1()
152 erts_putc(to, to_arg, '['); in pdisplay1()
163 erts_putc(to, to_arg, ','); in pdisplay1()
167 erts_putc(to, to_arg, '|'); in pdisplay1()
171 erts_putc(to, to_arg, ']'); in pdisplay1()
176 erts_putc(to, to_arg, '{'); in pdisplay1()
181 erts_putc(to, to_arg, '}'); in pdisplay1()
205 void *to_arg = NULL; in pps() local
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_process_dump.c99 dump_literals(to, to_arg); in erts_deep_process_dump()
325 erts_putc(to, to_arg, *s++); in dump_element()
335 erts_putc(to, to_arg, 'N'); in dump_element()
343 dump_element(to, to_arg, x); in dump_element_nl()
344 erts_putc(to, to_arg, '\n'); in dump_element_nl()
426 dump_element(to, to_arg, x); in stack_element_dump()
427 erts_putc(to, to_arg, '\n'); in stack_element_dump()
476 erts_putc(to, to_arg, '|'); in heap_dump()
478 erts_putc(to, to_arg, '\n'); in heap_dump()
550 erts_print(to, to_arg, in heap_dump()
[all …]
H A Dbreak.c116 port_info(to, to_arg); in process_info()
156 void *to_arg; member
163 void *to_arg = pcontext->to_arg; in doit_print_link() local
180 void *to_arg = pcontext->to_arg; in doit_print_monitor() local
444 atom_info(to, to_arg); in info()
445 module_info(to, to_arg); in info()
446 export_info(to, to_arg); in info()
745 void* to_arg; member
786 void* to_arg; in erl_crash_dump_v() local
912 to_arg = lwi.to_arg; in erl_crash_dump_v()
[all …]
H A Derl_debug.c102 erts_print(to, to_arg, "[]"); in pdisplay1()
126 erts_putc(to, to_arg, '}'); in pdisplay1()
135 erts_print(to, to_arg, ">"); in pdisplay1()
152 erts_putc(to, to_arg, '['); in pdisplay1()
163 erts_putc(to, to_arg, ','); in pdisplay1()
167 erts_putc(to, to_arg, '|'); in pdisplay1()
171 erts_putc(to, to_arg, ']'); in pdisplay1()
176 erts_putc(to, to_arg, '{'); in pdisplay1()
181 erts_putc(to, to_arg, '}'); in pdisplay1()
205 void *to_arg = NULL; in pps() local
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_process_dump.c99 dump_literals(to, to_arg); in erts_deep_process_dump()
316 erts_putc(to, to_arg, *s++); in dump_element()
326 erts_putc(to, to_arg, 'N'); in dump_element()
334 dump_element(to, to_arg, x); in dump_element_nl()
335 erts_putc(to, to_arg, '\n'); in dump_element_nl()
417 dump_element(to, to_arg, x); in stack_element_dump()
418 erts_putc(to, to_arg, '\n'); in stack_element_dump()
467 erts_putc(to, to_arg, '|'); in heap_dump()
469 erts_putc(to, to_arg, '\n'); in heap_dump()
541 erts_print(to, to_arg, in heap_dump()
[all …]
H A Dbreak.c89 port_info(to, to_arg); in process_info()
128 void *to_arg; member
135 void *to_arg = pcontext->to_arg; in doit_print_link() local
151 void *to_arg = pcontext->to_arg; in doit_print_monitor() local
406 atom_info(to, to_arg); in info()
407 module_info(to, to_arg); in info()
408 export_info(to, to_arg); in info()
707 void* to_arg; member
748 void* to_arg; in erl_crash_dump_v() local
874 to_arg = lwi.to_arg; in erl_crash_dump_v()
[all …]
H A Derl_debug.c102 erts_print(to, to_arg, "[]"); in pdisplay1()
126 erts_putc(to, to_arg, '}'); in pdisplay1()
135 erts_print(to, to_arg, ">"); in pdisplay1()
152 erts_putc(to, to_arg, '['); in pdisplay1()
163 erts_putc(to, to_arg, ','); in pdisplay1()
167 erts_putc(to, to_arg, '|'); in pdisplay1()
171 erts_putc(to, to_arg, ']'); in pdisplay1()
176 erts_putc(to, to_arg, '{'); in pdisplay1()
181 erts_putc(to, to_arg, '}'); in pdisplay1()
205 void *to_arg = NULL; in pps() local
[all …]
H A Dbeam_debug.c497 erts_print(to, to_arg, "r(0)"); in print_op()
502 erts_print(to, to_arg, "x(%d)", n); in print_op()
509 erts_print(to, to_arg, "y(%d)", n); in print_op()
514 erts_print(to, to_arg, "[]"); in print_op()
549 erts_print(to, to_arg, "y(%d)", in print_op()
552 erts_print(to, to_arg, "x(%d)", in print_op()
608 erts_print(to, to_arg, "%d", *ap); in print_op()
651 erts_print(to, to_arg, in print_op()
674 erts_print(to, to_arg, "???"); in print_op()
678 erts_print(to, to_arg, " "); in print_op()
[all …]
/dports/devel/R-cran-vctrs/vctrs/R/
H A Dcast.R65 vec_cast <- function(x, to, ..., x_arg = "", to_arg = "") { argument
69 return(.Call(vctrs_cast, x, to, x_arg, to_arg))
72 vec_cast_dispatch <- function(x, to, ..., x_arg = "", to_arg = "") { argument
79 vec_cast_dispatch_native <- function(x, to, ..., x_arg = "", to_arg = "") { argument
81 .Call(vctrs_cast_dispatch_native, x, to, fallback_opts, x_arg, to_arg)
111 vec_default_cast <- function(x, to, ..., x_arg = "", to_arg = "") { argument
113 return(vec_cast_from_asis(x, to, x_arg = x_arg, to_arg = to_arg))
116 return(vec_cast_to_asis(x, to, x_arg = x_arg, to_arg = to_arg))
120 return(vctr_cast(x, to, x_arg = x_arg, to_arg = to_arg))
146 to_arg = to_arg
[all …]
H A Dtype-misc.R49 vec_cast.omit.integer <- function(x, to, ..., x_arg = "", to_arg = "") { argument
50 stop_incompatible_cast(x, to, x_arg = x_arg, to_arg = to_arg)
57 vec_cast.omit.double <- function(x, to, ..., x_arg = "", to_arg = "") { argument
58 stop_incompatible_cast(x, to, x_arg = x_arg, to_arg = to_arg)
103 vec_cast.exclude.integer <- function(x, to, ..., x_arg = "", to_arg = "") { argument
104 stop_incompatible_cast(x, to, x_arg = x_arg, to_arg = to_arg)
111 vec_cast.exclude.double <- function(x, to, ..., x_arg = "", to_arg = "") { argument
112 stop_incompatible_cast(x, to, x_arg = x_arg, to_arg = to_arg)

12345678910>>...12