Home
last modified time | relevance | path

Searched refs:info_args (Results 1 – 25 of 50) sorted by relevance

12

/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/src/
H A Dch4r_win.c263 MPIDIG_WIN(win, info_args).no_locks = 0; in win_init()
269 MPIDIG_WIN(win, info_args).same_size = 0; in win_init()
270 MPIDIG_WIN(win, info_args).same_disp_unit = 0; in win_init()
274 MPIDIG_WIN(win, info_args).alloc_shm = 1; in win_init()
276 MPIDIG_WIN(win, info_args).alloc_shm = 0; in win_init()
287 MPIDIG_WIN(win, info_args).coll_attach = false; in win_init()
656 if (MPIDIG_WIN(win, info_args).no_locks) in MPIDIG_mpi_win_get_info()
705 if (MPIDIG_WIN(win, info_args).same_size) in MPIDIG_mpi_win_get_info()
712 if (MPIDIG_WIN(win, info_args).same_disp_unit) in MPIDIG_mpi_win_get_info()
719 if (MPIDIG_WIN(win, info_args).alloc_shm) in MPIDIG_mpi_win_get_info()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dch3u_win_fns.c283 win->info_args.no_locks = 1; in MPID_Win_set_info()
285 win->info_args.no_locks = 0; in MPID_Win_set_info()
295 win->info_args.alloc_shm = TRUE; in MPID_Win_set_info()
297 win->info_args.alloc_shm = FALSE; in MPID_Win_set_info()
301 win->info_args.alloc_shm = FALSE; in MPID_Win_set_info()
368 win->info_args.same_size = TRUE; in MPID_Win_set_info()
407 if (win->info_args.no_locks) in MPID_Win_get_info()
444 if (win->info_args.alloc_shm == TRUE) in MPID_Win_get_info()
451 if (win->info_args.alloc_shared_noncontig) in MPID_Win_get_info()
458 if (win->info_args.same_size) in MPID_Win_get_info()
[all …]
H A Dmpid_rma.c265 (*win_ptr)->info_args.no_locks = 0; in win_init()
266 (*win_ptr)->info_args.accumulate_ordering = MPIDI_ACC_ORDER_RAR | MPIDI_ACC_ORDER_RAW | in win_init()
268 (*win_ptr)->info_args.accumulate_ops = MPIDI_ACC_OPS_SAME_OP_NO_OP; in win_init()
269 (*win_ptr)->info_args.same_size = 0; in win_init()
270 (*win_ptr)->info_args.same_disp_unit = FALSE; in win_init()
271 (*win_ptr)->info_args.alloc_shared_noncontig = 0; in win_init()
272 (*win_ptr)->info_args.alloc_shm = FALSE; in win_init()
275 (*win_ptr)->info_args.alloc_shm = TRUE; in win_init()
/dports/sysutils/lizardfs/lizardfs-3.12.0/utils/wireshark/plugins/lizardfs/
H A Dmake_dissector.py121 info_args = []
129info_args += ['val_to_str({}chunktype, dictionary_chunktype, "UNKNOWN(%02X)")'.format(prefix)]
130 info_args += [prefix + 'chunkid', prefix + 'chunkversion']
139 info_args += [prefix + 'chunkid', prefix + 'chunkversion']
148 info_args += ['(int)' + str(length), name]
153 info_args.append('val_to_str({0}, dictionary_{0}, "UNKNOWN(%d)")'.format(name))
158 info_args.append('(guint64){}'.format(name))
159 return (info_format, info_args)
206 (info_format, info_args) = self.get_info()
210 print(' ' + ', '.join(info_args) + ');')
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmbift3.cpp260 vm_val_t info_args; in get_stack_trace() local
327 info_args.set_obj(CVmObjList::create(vmg_ FALSE, fr_argc)); in get_stack_trace()
328 arglst = (CVmObjList *)vm_objp(vmg_ info_args.val.obj); in get_stack_trace()
331 G_stk->push(&info_args); in get_stack_trace()
351 info_args.set_nil(); in get_stack_trace()
363 G_stk->push(&info_args); in get_stack_trace()
/dports/databases/p5-POE-Component-RRDTool/POE-Component-RRDTool-0.18/t/
H A D06_rrd_info.t19 my @info_args = qw( test.rrd );
30 $_[KERNEL]->post( 'rrdtool', 'info', 'get_value', @info_args );
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Doutput_device_v1.cpp41 info_args(OutputState const& state) in info_args() function
66 send<zkwinft_output_device_v1_send_info>(bind, info_args(state)); in bindInit()
113 send<zkwinft_output_device_v1_send_info>(info_args(pending)); in broadcast()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ofi/
H A Dofi_win.c48 if (MPIDIG_WIN(win, info_args).which_accumulate_ops & (1 << op_index)) { in load_acc_hint()
90 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_RAR) == in set_rma_fi_info()
97 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_RAW) == in set_rma_fi_info()
104 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_WAR) == in set_rma_fi_info()
111 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_WAW) == in set_rma_fi_info()
794 if (!MPIDI_OFI_WIN(win).mr && MPIDIG_WIN(win, info_args).coll_attach) { in MPIDI_OFI_mpi_win_create_dynamic_hook()
851 if (!MPIDI_OFI_ENABLE_RMA || MPIDI_OFI_WIN(win).mr || !MPIDIG_WIN(win, info_args).coll_attach) in MPIDI_OFI_mpi_win_attach_hook()
940 if (!MPIDI_OFI_ENABLE_RMA || MPIDI_OFI_WIN(win).mr || !MPIDIG_WIN(win, info_args).coll_attach) in MPIDI_OFI_mpi_win_detach_hook()
1005 !MPIDI_OFI_WIN(win).mr && MPIDIG_WIN(win, info_args).coll_attach) { in MPIDI_OFI_mpi_win_free_hook()
H A Dofi_impl.h316 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_WAR) in MPIDI_OFI_check_acc_order_size()
322 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_WAW) in MPIDI_OFI_check_acc_order_size()
327 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_RAW) in MPIDI_OFI_check_acc_order_size()
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Simple/lib/Test2/EventFacet/Info/
H A DTable.pm19 sub info_args { subroutine
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Simple/lib/Test2/EventFacet/Info/
H A DTable.pm21 sub info_args { subroutine
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Simple/lib/Test2/EventFacet/Info/
H A DTable.pm21 sub info_args { subroutine
/dports/devel/p5-Test-Simple/Test-Simple-1.302188/lib/Test2/EventFacet/Info/
H A DTable.pm21 sub info_args { subroutine
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Test-Simple/lib/Test2/EventFacet/Info/
H A DTable.pm21 sub info_args { subroutine
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-fli/
H A Dfli-gimp.c137 static const GimpParamDef info_args[] = variable
209 G_N_ELEMENTS (info_args), in MAIN()
211 info_args, in MAIN()
393 if (nparams != G_N_ELEMENTS (info_args)) in run()
400 if (info_args[pc].type != param[pc].type) in run()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Ddm-path-selector.h35 unsigned int info_args; member
H A Ddm-ps-round-robin.c201 .info_args = 0,
H A Ddm-ps-io-affinity.c240 .info_args = 1,
H A Ddm-ps-queue-length.c243 .info_args = 1,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Ddm-path-selector.h35 unsigned int info_args; member
H A Ddm-ps-round-robin.c201 .info_args = 0,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Ddm-path-selector.h35 unsigned int info_args; member
H A Ddm-ps-round-robin.c201 .info_args = 0,
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/z8k/
H A DChangeLog29 (info_args): Treat CLASS_IGNORE like CLASS_BIT.
292 * writecode.c (info_args, case CLASS_DISP8): Sign extend using
436 * writecode.c (info_args): Add resflg and setflg.
443 * writecode.c (info_args): Add lda.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/z8k/
H A DChangeLog29 (info_args): Treat CLASS_IGNORE like CLASS_BIT.
292 * writecode.c (info_args, case CLASS_DISP8): Sign extend using
436 * writecode.c (info_args): Add resflg and setflg.
443 * writecode.c (info_args): Add lda.

12