Home
last modified time | relevance | path

Searched refs:mopt (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dmopt.c74 mopt->argc = argc; in mopt_init()
75 mopt->argv = argv; in mopt_init()
94 mopt->current = 0; in mopt_init()
126 if(mopt->argc <= mopt->current) in mopt_get_next_param()
129 cpar = mopt->argv[mopt->current]; in mopt_get_next_param()
184 if(np + mopt->current > mopt->argc) in mopt_get_next_param()
197 mopt->args[i] = mopt->argv[mopt->current + i]; in mopt_get_next_param()
218 if(np + mopt->current > mopt->argc) in mopt_get_next_param()
222 mopt->args[i] = mopt->argv[mopt->current + i]; in mopt_get_next_param()
253 if(np + mopt->current - 1 > mopt->argc) in mopt_get_next_param()
[all …]
H A Dconfig.c699 mopt_t mopt; in cfg_setup_cmdln() local
799 memset(mopt.args[0], ' ', strlen(mopt.args[0])); in cfg_setup_cmdln()
853 p - mopt.args[0]) : tl_strdup(mopt.args[0]); in cfg_setup_cmdln()
924 lfnm = lfname_new(t, mopt.args[1], mopt.args[2]); in cfg_setup_cmdln()
1042 if(_cfg_func(mopt.args[0], mopt.args[1], mopt.args[2], in cfg_setup_cmdln()
1055 jt = js_transform_new(mopt.args[0], mopt.args[1], mopt.args[2], in cfg_setup_cmdln()
1079 mopt.args[0], cfg_get_option_string(cpar, mopt.option_type)); in cfg_setup_cmdln()
1091 fhi = ftp_handshake_info_parse(mopt.args[0], mopt.args[1]); in cfg_setup_cmdln()
1098 mopt.args[1], cfg_get_option_string(cpar, mopt.option_type)); in cfg_setup_cmdln()
1109 mopt.args[0], mopt.args[1], mopt.args[2]); in cfg_setup_cmdln()
[all …]
/dports/devel/p5-Term-Prompt/Term-Prompt-1.04/lib/Term/
H A DPrompt.pm46 $mopt = $_[0];
50 if (length($mopt) == 1
51 or $mopt =~ /\-n/i
52 or $mopt =~ /\+-n/i) {
68 if ($mopt ne lc($mopt)) {
70 $mopt = lc($mopt);
73 if ($mopt eq 'x' || $mopt eq 'a' || ($mopt =~ /n$/) || $mopt eq 'f') {
80 } elsif ($mopt eq 'c' || $mopt eq 'i') {
124 $mopt = lc($mopt);
340 if ($mopt eq 'i') {
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/simmToOpenSim/
H A Dmotion.c291 motion->mopt.current_frame = 0; in add_motion_to_model()
454 motion->mopt.motion_object_instance[j] = motion->mopt.motion_object_instance[j+1]; in link_model_to_motion()
470 motion->mopt.gencoords[i] = NULL; in link_model_to_motion()
475 motion->mopt.muscles[i] = NULL; in link_model_to_motion()
1160 motion->mopt.current_frame = 0; in apply_motion_to_model()
1169 motion->mopt.current_value = motion->min_value + motion->mopt.current_frame * in apply_motion_to_model()
1179 motion->mopt.current_frame = circularize_motion_index(motion, motion->mopt.current_frame); in apply_motion_to_model()
1195 model->gencoord[i]->value = motion->mopt.gencoords[i][motion->mopt.current_frame]; in apply_motion_to_model()
1228 model->gencoord[i]->value = motion->mopt.gencoords[i][motion->mopt.current_frame]; in apply_motion_to_model()
1288 model->muscle[i]->dynamic_activation = motion->mopt.muscles[i][motion->mopt.current_frame]; in apply_motion_to_model()
[all …]
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dls-mat4.cc118 is.read (reinterpret_cast<char *> (&mopt), 4); in read_mat_file_header()
147 if (mopt > 9999 || mopt < 0) in read_mat_file_header()
152 swap_bytes<4> (&mopt); in read_mat_file_header()
159 if (mopt > 9999 || mopt < 0 || imag > 1 || imag < 0) in read_mat_file_header()
238 int32_t mopt, nr, nc, imag, len; in read_mat_binary_data() local
254 type = mopt % 10; // Full, sparse, etc. in read_mat_binary_data()
255 mopt /= 10; // Eliminate first digit. in read_mat_binary_data()
257 mopt /= 10; // Eliminate second digit. in read_mat_binary_data()
259 mopt /= 10; // Eliminate third digit. in read_mat_binary_data()
260 mach = mopt % 10; // IEEE, VAX, etc. in read_mat_binary_data()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/
H A Dsuper.c87 struct mount_options *mopt,
859 struct mount_options *mopt) in ocfs2_verify_userspace_stack() argument
875 mopt->cluster_stack, in ocfs2_verify_userspace_stack()
1262 mopt->commit_interval = 0; in ocfs2_parse_options()
1265 mopt->slot = OCFS2_INVALID_SLOT; in ocfs2_parse_options()
1266 mopt->localalloc_opt = -1; in ocfs2_parse_options()
1267 mopt->cluster_stack[0] = '\0'; in ocfs2_parse_options()
1269 mopt->dir_resv_level = -1; in ocfs2_parse_options()
1340 mopt->atime_quantum = option; in ocfs2_parse_options()
1348 mopt->slot = (u16)option; in ocfs2_parse_options()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/
H A Dsuper.c87 struct mount_options *mopt,
859 struct mount_options *mopt) in ocfs2_verify_userspace_stack() argument
875 mopt->cluster_stack, in ocfs2_verify_userspace_stack()
1262 mopt->commit_interval = 0; in ocfs2_parse_options()
1265 mopt->slot = OCFS2_INVALID_SLOT; in ocfs2_parse_options()
1266 mopt->localalloc_opt = -1; in ocfs2_parse_options()
1267 mopt->cluster_stack[0] = '\0'; in ocfs2_parse_options()
1269 mopt->dir_resv_level = -1; in ocfs2_parse_options()
1340 mopt->atime_quantum = option; in ocfs2_parse_options()
1348 mopt->slot = (u16)option; in ocfs2_parse_options()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/
H A Dsuper.c87 struct mount_options *mopt,
859 struct mount_options *mopt) in ocfs2_verify_userspace_stack() argument
875 mopt->cluster_stack, in ocfs2_verify_userspace_stack()
1262 mopt->commit_interval = 0; in ocfs2_parse_options()
1265 mopt->slot = OCFS2_INVALID_SLOT; in ocfs2_parse_options()
1266 mopt->localalloc_opt = -1; in ocfs2_parse_options()
1267 mopt->cluster_stack[0] = '\0'; in ocfs2_parse_options()
1269 mopt->dir_resv_level = -1; in ocfs2_parse_options()
1340 mopt->atime_quantum = option; in ocfs2_parse_options()
1348 mopt->slot = (u16)option; in ocfs2_parse_options()
[all …]
/dports/math/cmlib/cmlib-3.0_8/
H A DRunMake55 m) mopt=$OPTARG
56 … if [ "$mopt" != "libcm" -a "$mopt" != "test" -a "$mopt" != "testall" -a "$mopt" != "clean" ]; then
103 if [ "$mopt" = "clean" ]; then
115 if [ "$mopt" = "clean" ]; then
447 if [ "$WP" != "$platform" -a "$mopt" != "test" -a "$mopt" != "testall" ]; then
484 if [ -z "$mopt" ]; then
509 if [ "$mopt" = test ]; then
561 echo make -f ../../Makefile $mopt PGM=\"$pgm\" INPT=\"$inpt\" SHELL=/sbin/sh >>job.cmd.tmp
563 echo make -f ../../Makefile $mopt PGM=\"$pgm\" INPT=\"$inpt\" >>job.cmd.tmp
571 if [ "$mopt" = "test" -a "$iorb" = "I" ]; then
[all …]
/dports/biology/minimap2/minimap2-2.24/
H A Dexample.c15 mm_mapopt_t mopt; in KSEQ_INIT() local
19 mm_set_opt(0, &iopt, &mopt); in KSEQ_INIT()
20 mopt.flag |= MM_F_CIGAR; // perform alignment in KSEQ_INIT()
36 …mm_mapopt_update(&mopt, mi); // this sets the maximum minimizer occurrence; TODO: set a better def… in KSEQ_INIT()
43 reg = mm_map(mi, ks->seq.l, ks->seq.s, &n_reg, tbuf, &mopt, 0); // get all hits for the query in KSEQ_INIT()
/dports/graphics/grads/grads-1.9b4/src/
H A Dgxwmap.c38 void gxdmap (struct mapopt *mopt) { in gxdmap() argument
47 llinc = hypot(mopt->lnmax-mopt->lnmin,mopt->ltmax-mopt->ltmin); in gxdmap()
53 if (*(mopt->mpdset)=='/' || *(mopt->mpdset)=='\\') { in gxdmap()
60 fname = gxgnam(mopt->mpdset); in gxdmap()
113 if (slt2 <= mopt->ltmin || slt1 >= mopt->ltmax) flag = 0; in gxdmap()
140 gxcolr(mopt->dcol); in gxdmap()
141 gxstyl(mopt->dstl); in gxdmap()
142 gxwide(mopt->dthk); in gxdmap()
144 gxcolr(*(mopt->mcol+type)); in gxdmap()
145 gxstyl(*(mopt->mstl+type)); in gxdmap()
[all …]
/dports/science/hypre/hypre-2.23.0/AUTOTEST/
H A Dexamples.sh68 mopt=""
70 mopt="HYPRE_DIR=$spackdir"
75 make -j -f Makefile_gpu $mopt $tname
77 make $mopt $tname
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/mongodb/mongo-tools-common/db/
H A Dquery.go6 mopt "go.mongodb.org/mongo-driver/mongo/options" packageName
19 opt := mopt.EstimatedDocumentCount()
26 opts := mopt.Find()
/dports/devel/mtbl/mtbl-1.4.0/mtbl/
H A Dfileset.c47 struct mtbl_merger_options *mopt; member
213 f->mopt = mtbl_merger_options_init(); in mtbl_fileset_set_options()
214 mtbl_merger_options_set_merge_func(f->mopt, opt->merge, opt->merge_clos); in mtbl_fileset_set_options()
215 mtbl_merger_options_set_dupsort_func(f->mopt, opt->dupsort, opt->dupsort_clos); in mtbl_fileset_set_options()
218 f->merger = mtbl_merger_init(f->mopt); in mtbl_fileset_set_options()
265 mtbl_merger_options_destroy(&(*f)->mopt); in mtbl_fileset_destroy()
290 f->merger = mtbl_merger_init(f->mopt); in fs_reinit_merger()
388 *m1 = mtbl_merger_init(f->mopt); in mtbl_fileset_partition()
389 *m2 = mtbl_merger_init(f->mopt); in mtbl_fileset_partition()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A D3c90x.c658 unsigned int mopt; in a3c90x_hw_start() local
688 mopt = inw(inf_3c90x->IOAddr + regResetMediaOptions_3_w); in a3c90x_hw_start()
692 mopt &= 0x7F; in a3c90x_hw_start()
698 if (mopt & 0x01) { in a3c90x_hw_start()
702 if (mopt & 0x04) { in a3c90x_hw_start()
706 if (mopt & 0x10) { in a3c90x_hw_start()
710 if (mopt & 0x20) { in a3c90x_hw_start()
714 if (mopt & 0x40) { in a3c90x_hw_start()
718 if ((mopt & 0xA) == 0xA) { in a3c90x_hw_start()
721 } else if ((mopt & 0xA) == 0x2) { in a3c90x_hw_start()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A D3c90x.c658 unsigned int mopt; in a3c90x_hw_start() local
688 mopt = inw(inf_3c90x->IOAddr + regResetMediaOptions_3_w); in a3c90x_hw_start()
692 mopt &= 0x7F; in a3c90x_hw_start()
698 if (mopt & 0x01) { in a3c90x_hw_start()
702 if (mopt & 0x04) { in a3c90x_hw_start()
706 if (mopt & 0x10) { in a3c90x_hw_start()
710 if (mopt & 0x20) { in a3c90x_hw_start()
714 if (mopt & 0x40) { in a3c90x_hw_start()
718 if ((mopt & 0xA) == 0xA) { in a3c90x_hw_start()
721 } else if ((mopt & 0xA) == 0x2) { in a3c90x_hw_start()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/
H A D3c90x.c658 unsigned int mopt; in a3c90x_hw_start() local
688 mopt = inw(inf_3c90x->IOAddr + regResetMediaOptions_3_w); in a3c90x_hw_start()
692 mopt &= 0x7F; in a3c90x_hw_start()
698 if (mopt & 0x01) { in a3c90x_hw_start()
702 if (mopt & 0x04) { in a3c90x_hw_start()
706 if (mopt & 0x10) { in a3c90x_hw_start()
710 if (mopt & 0x20) { in a3c90x_hw_start()
714 if (mopt & 0x40) { in a3c90x_hw_start()
718 if ((mopt & 0xA) == 0xA) { in a3c90x_hw_start()
721 } else if ((mopt & 0xA) == 0x2) { in a3c90x_hw_start()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/
H A D3c90x.c662 unsigned int mopt; in a3c90x_hw_start() local
692 mopt = inw(inf_3c90x->IOAddr + regResetMediaOptions_3_w); in a3c90x_hw_start()
696 mopt &= 0x7F; in a3c90x_hw_start()
702 if (mopt & 0x01) { in a3c90x_hw_start()
706 if (mopt & 0x04) { in a3c90x_hw_start()
710 if (mopt & 0x10) { in a3c90x_hw_start()
714 if (mopt & 0x20) { in a3c90x_hw_start()
718 if (mopt & 0x40) { in a3c90x_hw_start()
722 if ((mopt & 0xA) == 0xA) { in a3c90x_hw_start()
725 } else if ((mopt & 0xA) == 0x2) { in a3c90x_hw_start()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/
H A D3c90x.c658 unsigned int mopt; in a3c90x_hw_start() local
688 mopt = inw(inf_3c90x->IOAddr + regResetMediaOptions_3_w); in a3c90x_hw_start()
692 mopt &= 0x7F; in a3c90x_hw_start()
698 if (mopt & 0x01) { in a3c90x_hw_start()
702 if (mopt & 0x04) { in a3c90x_hw_start()
706 if (mopt & 0x10) { in a3c90x_hw_start()
710 if (mopt & 0x20) { in a3c90x_hw_start()
714 if (mopt & 0x40) { in a3c90x_hw_start()
718 if ((mopt & 0xA) == 0xA) { in a3c90x_hw_start()
721 } else if ((mopt & 0xA) == 0x2) { in a3c90x_hw_start()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/
H A D3c90x.c658 unsigned int mopt; in a3c90x_hw_start() local
688 mopt = inw(inf_3c90x->IOAddr + regResetMediaOptions_3_w); in a3c90x_hw_start()
692 mopt &= 0x7F; in a3c90x_hw_start()
698 if (mopt & 0x01) { in a3c90x_hw_start()
702 if (mopt & 0x04) { in a3c90x_hw_start()
706 if (mopt & 0x10) { in a3c90x_hw_start()
710 if (mopt & 0x20) { in a3c90x_hw_start()
714 if (mopt & 0x40) { in a3c90x_hw_start()
718 if ((mopt & 0xA) == 0xA) { in a3c90x_hw_start()
721 } else if ((mopt & 0xA) == 0x2) { in a3c90x_hw_start()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/
H A D3c90x.c658 unsigned int mopt; in a3c90x_hw_start() local
688 mopt = inw(inf_3c90x->IOAddr + regResetMediaOptions_3_w); in a3c90x_hw_start()
692 mopt &= 0x7F; in a3c90x_hw_start()
698 if (mopt & 0x01) { in a3c90x_hw_start()
702 if (mopt & 0x04) { in a3c90x_hw_start()
706 if (mopt & 0x10) { in a3c90x_hw_start()
710 if (mopt & 0x20) { in a3c90x_hw_start()
714 if (mopt & 0x40) { in a3c90x_hw_start()
718 if ((mopt & 0xA) == 0xA) { in a3c90x_hw_start()
721 } else if ((mopt & 0xA) == 0x2) { in a3c90x_hw_start()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/
H A D3c90x.c658 unsigned int mopt; in a3c90x_hw_start() local
688 mopt = inw(inf_3c90x->IOAddr + regResetMediaOptions_3_w); in a3c90x_hw_start()
692 mopt &= 0x7F; in a3c90x_hw_start()
698 if (mopt & 0x01) { in a3c90x_hw_start()
702 if (mopt & 0x04) { in a3c90x_hw_start()
706 if (mopt & 0x10) { in a3c90x_hw_start()
710 if (mopt & 0x20) { in a3c90x_hw_start()
714 if (mopt & 0x40) { in a3c90x_hw_start()
718 if ((mopt & 0xA) == 0xA) { in a3c90x_hw_start()
721 } else if ((mopt & 0xA) == 0x2) { in a3c90x_hw_start()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/
H A D3c90x.c658 unsigned int mopt; in a3c90x_hw_start() local
688 mopt = inw(inf_3c90x->IOAddr + regResetMediaOptions_3_w); in a3c90x_hw_start()
692 mopt &= 0x7F; in a3c90x_hw_start()
698 if (mopt & 0x01) { in a3c90x_hw_start()
702 if (mopt & 0x04) { in a3c90x_hw_start()
706 if (mopt & 0x10) { in a3c90x_hw_start()
710 if (mopt & 0x20) { in a3c90x_hw_start()
714 if (mopt & 0x40) { in a3c90x_hw_start()
718 if ((mopt & 0xA) == 0xA) { in a3c90x_hw_start()
721 } else if ((mopt & 0xA) == 0x2) { in a3c90x_hw_start()
[all …]
/dports/math/casadi/casadi-3.5.5/docs/examples/cplusplus/
H A Drocket_ipopt.cpp105 vector<double> sopt, vopt, mopt; in main() local
106 xfcn({uopt}, {&sopt, &vopt, &mopt}); in main()
109 cout << "mass: " << mopt << endl; in main()
125 file << "m = " << mopt << ";" << endl; in main()
H A Drocket_snopt.cpp111 vector<double> sopt, vopt, mopt; in main() local
112 xfcn({uopt}, {&sopt, &vopt, &mopt}); in main()
115 cout << "mass: " << mopt << endl; in main()
131 file << "m = " << mopt << ";" << endl; in main()

12345678